Remove —runInBand flag from test script

This commit is contained in:
John Hildenbiddle 2020-10-26 02:23:34 -05:00
parent b33d750e0b
commit cafdd62dae

View File

@ -27,7 +27,7 @@
"dev:ssr": "run-p serve:ssr watch:*", "dev:ssr": "run-p serve:ssr watch:*",
"lint": "eslint .", "lint": "eslint .",
"fixlint": "eslint . --fix", "fixlint": "eslint . --fix",
"test": "jest --runInBand", "test": "jest",
"test:e2e": "jest --selectProjects e2e", "test:e2e": "jest --selectProjects e2e",
"test:integration": "jest --selectProjects integration", "test:integration": "jest --selectProjects integration",
"test:unit": "jest --selectProjects unit", "test:unit": "jest --selectProjects unit",