Skip to content

Commit 9f5e562

Browse files
committed
Add —runInBand to test script
1 parent 2440a0c commit 9f5e562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dev:ssr": "run-p serve:ssr watch:*",
2929
"lint": "eslint .",
3030
"fixlint": "eslint . --fix",
31-
"test": "jest",
31+
"test": "jest --runInBand",
3232
"test:e2e": "jest --selectProjects e2e",
3333
"test:integration": "jest --selectProjects integration",
3434
"test:unit": "jest --selectProjects unit",

0 commit comments

Comments
 (0)