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 02dec82 commit 42de1fdCopy full SHA for 42de1fd
src/Frontend/vitest.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
16
],
17
},
18
test: {
19
- pool: "forks", //https://github.com/vitest-dev/vitest/issues/2008#issuecomment-187106690
+ pool: "threads", // https://vitest.dev/guide/improving-performance
20
globals: true,
21
clearMocks: true,
22
css: true,
0 commit comments