chore: add vitest testing infrastructure
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
src/__tests__/setup.ts
Normal file
2
src/__tests__/setup.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
import dotenv from 'dotenv';
|
||||
dotenv.config({ path: '.env.test' });
|
||||
Reference in New Issue
Block a user