Skip to content

Commit b9f358a

Browse files
authored
fix(test): Cleaned up utilities test (#298)
1 parent fa462ba commit b9f358a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/utilitiest.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import { afterAll, beforeAll, describe, expect, test, vi } from 'vitest';
1+
import { afterAll, describe, expect, test, vi } from 'vitest';
22

33
import { getTestId } from '@/utilities';
44

5-
beforeAll(() => void vi.stubEnv('MODE', 'development'));
65
afterAll(() => void vi.unstubAllEnvs());
76

87
describe('utilities', () => {

0 commit comments

Comments
 (0)