From 8bdd3d40f62ef9991b0efc1e57fff4dd6625af4f Mon Sep 17 00:00:00 2001 From: MaxGenash Date: Wed, 5 Aug 2020 19:56:53 +0300 Subject: [PATCH] fix: make running tests in verbose mode Needed to understand why the tests are failing in appveyor builds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f4eba0d..468ec917 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "lint": "eslint .", "test": "npm run lint && npm run run-tests", - "run-tests": "lab bin/ server/ lib/ tasks/ -t 80 -l -e 'development' -P spec", + "run-tests": "lab bin/ server/ lib/ tasks/ -t 80 -l -e 'development' -P spec --verbose", "test-cov-html": "lab bin/ server/ lib/ -r html -o coverage.html -P spec" }, "bin": {