Correct test script

This commit is contained in:
Daniel Lugo 2021-09-17 15:32:53 -04:00
parent 1dc71d31c2
commit b075c77d27

View file

@ -7,7 +7,7 @@
"start": "node main.js -h 0.0.0.0 -c",
"dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
"dev:watch": "nodemon main.js -- -h 0.0.0.0",
"test": "jest --no-cache",
"test": "jest --no-cache --runInBand --verbose",
"test:watch": "jest --no-cache --watch",
"typecheck": "tsc",
"lint": "eslint \"services/gunDB/**/*.js\"",