diff --git a/package.json b/package.json index 5f559b41..8ce2399f 100644 --- a/package.json +++ b/package.json @@ -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\"",