Skip to content

Commit 9193967

Browse files
test
1 parent a2303da commit 9193967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/web/vitest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ const config: UserConfigExport = {
3535
},
3636
plugins: [wasm(), topLevelAwait()],
3737
test: {
38-
isolate: false,
38+
isolate: true,
3939
globals: true,
4040
include: ['tests/**/*.test.ts'],
41+
maxConcurrency: 1,
4142
browser: {
4243
enabled: true,
4344
provider: 'playwright',

0 commit comments

Comments
 (0)