We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5794750 commit 31db11dCopy full SHA for 31db11d
vitest.e2e.config.mts
@@ -5,6 +5,9 @@ export default defineConfig({
5
preserveSymlinks: false,
6
},
7
test: {
8
+ // Serialize test files to prevent concurrent npx --force invocations
9
+ // from racing on the npm _npx cache directory.
10
+ fileParallelism: false,
11
include: ['**/*.e2e.test.mts'],
12
coverage: {
13
exclude: [
0 commit comments