Skip to content

Commit a78df4c

Browse files
committed
forks is now the default
1 parent c32d8cf commit a78df4c

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: "forks",
2020
globals: true,
2121
clearMocks: true,
2222
css: true,

0 commit comments

Comments
 (0)