Skip to content

Commit d1fd106

Browse files
committed
chore: only do single threaded tests for win
1 parent 366962e commit d1fd106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
pool: 'threads',
2323
poolOptions: {
2424
threads: {
25-
singleThread: true,
25+
singleThread: process.platform === 'win32',
2626
},
2727
},
2828
coverage: {

0 commit comments

Comments
 (0)