Skip to content

Commit 3bc95de

Browse files
committed
Run server-side tests in band.
1 parent 4a9ed35 commit 3bc95de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
7777
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/",
7878
"test:integration:client:ci": "yarn test:integration:client --browser='all' --reporter='line'",
79-
"test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && jest --config=test/integration/jest.config.js test/integration/test/server/",
79+
"test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && jest --runInBand --config=test/integration/jest.config.js test/integration/test/server/",
8080
"test:unit": "jest",
8181
"test:watch": "jest --watch",
8282
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push"

0 commit comments

Comments
 (0)