Skip to content

Commit c527716

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export function createVitestConfig(
1818
pool: platform() === 'win32' ? 'threads' : 'forks',
1919
poolOptions: {
2020
forks: {
21-
singleFork: false,
21+
singleFork: true,
2222
},
2323
threads: {
24-
singleThread: false,
24+
singleThread: true,
2525
},
2626
},
2727
root,

0 commit comments

Comments
 (0)