Skip to content

Commit df7002c

Browse files
committed
test: share node integration process
1 parent 9e6ab54 commit df7002c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"test:output-economy": "vitest run --project output-economy",
174174
"test:smoke:web": "pnpm build && node --experimental-strip-types scripts/node-test-tmpdir.ts --test test/integration/smoke-web-platform.test.ts",
175175
"test:smoke": "node --experimental-strip-types scripts/node-test-tmpdir.ts --test test/integration/smoke-*.test.ts",
176-
"test:integration:node": "node --experimental-strip-types scripts/node-test-tmpdir.ts --test --test-concurrency=1 test/integration/*.test.ts",
176+
"test:integration:node": "node --experimental-strip-types scripts/node-test-tmpdir.ts --test --experimental-test-isolation=none test/integration/*.test.ts",
177177
"test:integration": "pnpm test:integration:node && pnpm test:integration:provider",
178178
"test:concurrency-torture": "node --experimental-strip-types scripts/node-test-tmpdir.ts --test test/integration/nightly/concurrency-torture.test.ts",
179179
"test:replay:ios": "node --experimental-strip-types src/bin.ts test test/integration/replays/ios/simulator",

0 commit comments

Comments
 (0)