testing something

This commit is contained in:
John McLear 2021-01-25 13:08:24 +00:00
parent a3da6fefbd
commit 35b01230d0

View file

@ -150,8 +150,8 @@
},
"scripts": {
"lint": "eslint .",
"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": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs --reporter mochawesome",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api --reporter mochawesome"
},
"version": "1.8.7",
"license": "Apache-2.0"