Skip to content

Commit

Permalink
Vitest: enable experimentalVmThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Oct 17, 2023
1 parent 4fab9bb commit aca6f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig({
test: {
root: '.',
environment: 'jsdom',
experimentalVmThreads: true,
globals: true,
coverage: {
provider: 'v8',
Expand Down

0 comments on commit aca6f21

Please sign in to comment.