From b075c77d2737927eb0ef373025224059abeac8c6 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 17 Sep 2021 15:32:53 -0400 Subject: [PATCH] Correct test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"",