Skip to content

Commit 70bf52d

Browse files
committed
Revert "Disable isolate to improve performance of tests"
This reverts commit 192d667.
1 parent 192d667 commit 70bf52d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vitest.config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const __dirname = path.dirname(__filename)
99

1010
export default defineConfig({
1111
test: {
12-
isolate: false,
1312
typecheck: { tsconfig: 'type-tests/tsconfig.json' },
1413
globals: true,
1514
include: ['./test/**/*.(spec|test).[jt]s?(x)'],

0 commit comments

Comments
 (0)