Skip to content

Commit

Permalink
test: use pool: vmThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 22, 2024
1 parent a7cf742 commit c8e87a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig({
},
plugins: [codspeedPlugin()],
test: {
pool: 'vmThreads',
globals: true,
setupFiles: 'scripts/setup-vitest.ts',
environmentMatchGlobs: [
Expand Down

0 comments on commit c8e87a1

Please sign in to comment.