We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa462ba commit b9f358aCopy full SHA for b9f358a
1 file changed
test/utilitiest.test.ts
@@ -1,8 +1,7 @@
1
-import { afterAll, beforeAll, describe, expect, test, vi } from 'vitest';
+import { afterAll, describe, expect, test, vi } from 'vitest';
2
3
import { getTestId } from '@/utilities';
4
5
-beforeAll(() => void vi.stubEnv('MODE', 'development'));
6
afterAll(() => void vi.unstubAllEnvs());
7
8
describe('utilities', () => {
0 commit comments