We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2440a0c commit 9f5e562Copy full SHA for 9f5e562
package.json
@@ -28,7 +28,7 @@
28
"dev:ssr": "run-p serve:ssr watch:*",
29
"lint": "eslint .",
30
"fixlint": "eslint . --fix",
31
- "test": "jest",
+ "test": "jest --runInBand",
32
"test:e2e": "jest --selectProjects e2e",
33
"test:integration": "jest --selectProjects integration",
34
"test:unit": "jest --selectProjects unit",
0 commit comments