Skip to content

Commit 2da22a5

Browse files
committed
test(detect): import afterEach and beforeEach hooks
1 parent b5ea472 commit 2da22a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/environment/detect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { TestEnvironment } from '__test__/support/environment/TestEnvironment';
2-
import { describe, expect, test, vi } from 'vite-plus/test';
2+
import { afterEach, beforeEach, describe, expect, test, vi } from 'vite-plus/test';
33

44
import { SubscriptionType } from '../subscriptions/constants';
55
import { getSubscriptionType, useSafariLegacyPush } from './detect';

0 commit comments

Comments
 (0)