Skip to content

Commit

Permalink
Enable threads
Browse files Browse the repository at this point in the history
- Disabling threads causes tests to fail
- See vitest-dev/vitest#1430
  • Loading branch information
aterstriep committed Aug 30, 2023
1 parent d686a23 commit db6dd96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default defineConfig({
}
},
// For this config, check https://github.com/vitest-dev/vitest/issues/740
threads: false,
environmentOptions: {
jsdom: {
resources: 'usable'
Expand Down

0 comments on commit db6dd96

Please sign in to comment.