Skip to content

Commit

Permalink
Switch vitest back to faster threads pool
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus authored Jul 8, 2024
1 parent ac48fa4 commit d58ca02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/vitest/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default defineConfig({
}
},
environment: 'happy-dom',
pool: 'threads',
setupFiles: ['setupFile.ts'],
watch: false
},
})
})

0 comments on commit d58ca02

Please sign in to comment.