Skip to content

Commit 7c15754

Browse files
committed
Revert "Turn off fileParallelism to improve performance in unit tests"
This reverts commit 94442c2.
1 parent 8fb0975 commit 7c15754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vitest.config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineConfig } from 'vitest/config'
22

33
export default defineConfig({
44
test: {
5-
fileParallelism: false,
65
globals: true,
76
setupFiles: ['test/setup.ts'],
87
alias: {

0 commit comments

Comments
 (0)