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