Skip to content

Commit c8e87a1

Browse files
committed
test: use pool: vmThreads
1 parent a7cf742 commit c8e87a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
},
2525
plugins: [codspeedPlugin()],
2626
test: {
27+
pool: 'vmThreads',
2728
globals: true,
2829
setupFiles: 'scripts/setup-vitest.ts',
2930
environmentMatchGlobs: [

0 commit comments

Comments
 (0)