Skip to content

Commit 98b121e

Browse files
committed
build: Removed no longer supported option
1 parent 63c981e commit 98b121e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vite.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import { defineConfig } from 'vitest/config';
33
export default defineConfig({
44
test: {
55
setupFiles: './__tests__/setup.ts',
6-
threads: false,
76
},
87
});

0 commit comments

Comments
 (0)