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 640f35d commit b129db8Copy full SHA for b129db8
vitest.config.ts
@@ -5,7 +5,7 @@ import { configDefaults } from "vitest/config";
5
export default getViteConfig({
6
// @ts-ignore
7
test: {
8
- pool: "forks",
+ pool: "threads",
9
coverage: {
10
include: ["lib/**"],
11
},
0 commit comments