Skip to content

Commit

Permalink
fix: experimentalVmThreads is now pool=vmThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Dec 7, 2023
1 parent 9b0ffb5 commit a64a160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
},
test: {
environment: 'jsdom',
experimentalVmThreads: true,
pool: 'vmThreads',
setupFiles: [path.resolve(__dirname, './setup.js')],
include: ['tests/**/*.spec.ts'],
server: {
Expand Down

0 comments on commit a64a160

Please sign in to comment.