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 5c9f7f0 commit 74c8ed3Copy full SHA for 74c8ed3
vitest.config.ts
@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
+ pool: "threads",
6
testTimeout: 10000,
7
coverage: { include: ["src/**"] },
8
},
0 commit comments