Skip to content

Commit 42de1fd

Browse files
committed
Trying threads instead of forks for flaky tests
1 parent 02dec82 commit 42de1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
],
1717
},
1818
test: {
19-
pool: "forks", //https://github.com/vitest-dev/vitest/issues/2008#issuecomment-187106690
19+
pool: "threads", // https://vitest.dev/guide/improving-performance
2020
globals: true,
2121
clearMocks: true,
2222
css: true,

0 commit comments

Comments
 (0)