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 c32d8cf commit a78df4cCopy full SHA for a78df4c
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: "forks",
20
globals: true,
21
clearMocks: true,
22
css: true,
0 commit comments