Skip to content

Commit 78aba67

Browse files
committed
test: use threads pool
1 parent cb96f70 commit 78aba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5-
pool: "vmThreads",
5+
pool: "threads",
66
testTimeout: 60_000, // Analyzing npm packages takes time.
77
coverage: { include: ["src/**"] },
88
},

0 commit comments

Comments
 (0)