diff --git a/package.json b/package.json index 2572f779..8d9edf0d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dev:ssr": "run-p serve:ssr watch:*", "lint": "eslint .", "fixlint": "eslint . --fix", - "test": "jest --runInBand", + "test": "jest", "test:e2e": "jest --selectProjects e2e", "test:integration": "jest --selectProjects integration", "test:unit": "jest --selectProjects unit",