We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94671d7 commit a90a39bCopy full SHA for a90a39b
vitest.config.ts
@@ -6,5 +6,6 @@ export default defineConfig({
6
enabled: true,
7
tsconfig: 'tsconfig.lint.json',
8
},
9
+ setupFiles: ['dotenv/config'],
10
11
});
0 commit comments