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.
1 parent 366962e commit d1fd106Copy full SHA for d1fd106
vitest.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
22
pool: 'threads',
23
poolOptions: {
24
threads: {
25
- singleThread: true,
+ singleThread: process.platform === 'win32',
26
},
27
28
coverage: {
0 commit comments