We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c981e commit 98b121eCopy full SHA for 98b121e
vite.config.ts
@@ -3,6 +3,5 @@ import { defineConfig } from 'vitest/config';
3
export default defineConfig({
4
test: {
5
setupFiles: './__tests__/setup.ts',
6
- threads: false,
7
},
8
});
0 commit comments