Skip to content

Commit 74c8ed3

Browse files
committed
test: use threads pool
1 parent 5c9f7f0 commit 74c8ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

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

33
export default defineConfig({
44
test: {
5+
pool: "threads",
56
testTimeout: 10000,
67
coverage: { include: ["src/**"] },
78
},

0 commit comments

Comments
 (0)