We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fileParallelism
1 parent 8fb0975 commit 7c15754Copy full SHA for 7c15754
vitest.config.mts
@@ -2,7 +2,6 @@ import { defineConfig } from 'vitest/config'
2
3
export default defineConfig({
4
test: {
5
- fileParallelism: false,
6
globals: true,
7
setupFiles: ['test/setup.ts'],
8
alias: {
0 commit comments