heh, brain fart

This commit is contained in:
John McLear 2021-01-25 12:55:15 +00:00
parent 5106002c62
commit a3da6fefbd

View file

@ -152,8 +152,6 @@
"lint": "eslint .", "lint": "eslint .",
"test": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs", "test": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api" "test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
# leaving for reference, might re-use
# --reporter mochawesome --reporter-options html=false
}, },
"version": "1.8.7", "version": "1.8.7",
"license": "Apache-2.0" "license": "Apache-2.0"