We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cf742 commit c8e87a1Copy full SHA for c8e87a1
vitest.config.ts
@@ -24,6 +24,7 @@ export default defineConfig({
24
},
25
plugins: [codspeedPlugin()],
26
test: {
27
+ pool: 'vmThreads',
28
globals: true,
29
setupFiles: 'scripts/setup-vitest.ts',
30
environmentMatchGlobs: [
0 commit comments