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 ed9e498 commit 7aaaa7eCopy full SHA for 7aaaa7e
vitest.config.ts
@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
+ pool: "threads",
6
testTimeout: 60_000, // Analyzing npm packages takes time.
7
coverage: { include: ["src/**"] },
8
},
0 commit comments