Skip to content

Commit

Permalink
Vitest: enable experimentalVmThreads (adazzle#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored and adityatoshniwal committed Jul 31, 2024
1 parent 0712aba commit 901ea4d
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 901ea4d

Please sign in to comment.