From e44f82cb5069e5f3354c3f88f69291fb648156ea Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 24 Jan 2022 09:52:55 +0000 Subject: [PATCH] Change test script params for faster execution --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a205743..79c0a5c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "jest", + "test": "jest --max-workers=50%", "lint": "eslint .", "diag": "utility/uml/generateDiagrams.ksh" },