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" },