1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00

Change test script params for faster execution

This commit is contained in:
2022-01-24 09:52:55 +00:00
parent 3675533401
commit e44f82cb50

View File

@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "jest", "test": "jest --max-workers=50%",
"lint": "eslint .", "lint": "eslint .",
"diag": "utility/uml/generateDiagrams.ksh" "diag": "utility/uml/generateDiagrams.ksh"
}, },