Skip to content

Commit 3c779bc

Browse files
Merge pull request #306 from ariskemper/feat-test-performance
feat: add flag --no-isolate to improve performance
2 parents 3c26b30 + 08be746 commit 3c779bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig(() => {
44
return {
55
test: {
66
environment: 'jsdom',
7+
isolate: false,
78
},
89
build: {
910
target: 'ESNext',

0 commit comments

Comments
 (0)