test: add Vitest config and test utils
Made-with: Cursor
This commit is contained in:
5
tests/setup.ts
Normal file
5
tests/setup.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { beforeAll, vi } from 'vitest';
|
||||
|
||||
beforeAll(() => {
|
||||
vi.stubEnv('NODE_ENV', 'test');
|
||||
});
|
||||
Reference in New Issue
Block a user