Fixes after author test

This commit is contained in:
Ravi Srinivasan
2019-07-03 18:40:36 +05:30
parent 835453322f
commit 2ca6c30d94
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./exec/www",
"test": "export MOCHA_FILE='reports/server/mocha/test-results.xml' && IP=0.0.0.0 PORT=3030 node_modules/.bin/nyc --reporter=text node_modules/.bin/mocha tests/*_test.js -R mocha-junit-reporter",
"test": "IP=0.0.0.0 PORT=3030 node_modules/.bin/mocha tests/*_test.js",
"lint": "node_modules/.bin/eslint . --ext .js"
},
"dependencies": {