Skip to content

Commit

Permalink
Merge pull request fabian-hiller#306 from ariskemper/feat-test-perfor…
Browse files Browse the repository at this point in the history
…mance

feat: add flag --no-isolate to improve performance
  • Loading branch information
fabian-hiller authored Dec 23, 2023
2 parents 3c26b30 + 08be746 commit 3c779bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig(() => {
return {
test: {
environment: 'jsdom',
isolate: false,
},
build: {
target: 'ESNext',
Expand Down

0 comments on commit 3c779bc

Please sign in to comment.