From cafdd62dae51a4624f7a2a65bcac5d7f7b459f23 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Mon, 26 Oct 2020 02:23:34 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=94runInBand=20flag=20from=20tes?= =?UTF-8?q?t=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",