Skip to content

Commit cafdd62

Browse files
committed
Remove —runInBand flag from test script
1 parent b33d750 commit cafdd62

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
@@ -27,7 +27,7 @@
2727
"dev:ssr": "run-p serve:ssr watch:*",
2828
"lint": "eslint .",
2929
"fixlint": "eslint . --fix",
30-
"test": "jest --runInBand",
30+
"test": "jest",
3131
"test:e2e": "jest --selectProjects e2e",
3232
"test:integration": "jest --selectProjects integration",
3333
"test:unit": "jest --selectProjects unit",

0 commit comments

Comments
 (0)