Skip to content

Commit b129db8

Browse files
committed
test: use threads pool
1 parent 640f35d commit b129db8

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
@@ -5,7 +5,7 @@ import { configDefaults } from "vitest/config";
55
export default getViteConfig({
66
// @ts-ignore
77
test: {
8-
pool: "forks",
8+
pool: "threads",
99
coverage: {
1010
include: ["lib/**"],
1111
},

0 commit comments

Comments
 (0)