Skip to content

Commit df83798

Browse files
committed
test(vite): testing using threads
1 parent f05033f commit df83798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config-vite-base/src/vitest.base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function createVitestConfig(
1515
provider: 'v8',
1616
},
1717
exclude: [...configDefaults.exclude],
18-
pool: platform() === 'win32' ? 'threads' : 'forks',
18+
pool: 'threads', // platform() === 'win32' ? 'threads' : 'forks',
1919
poolOptions: {
2020
forks: {
2121
singleFork: false,

0 commit comments

Comments
 (0)