Skip to content

Commit 8bdd3d4

Browse files
author
MaxGenash
committed
fix: make running tests in verbose mode
Needed to understand why the tests are failing in appveyor builds
1 parent 474c9af commit 8bdd3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "eslint .",
1111
"test": "npm run lint && npm run run-tests",
12-
"run-tests": "lab bin/ server/ lib/ tasks/ -t 80 -l -e 'development' -P spec",
12+
"run-tests": "lab bin/ server/ lib/ tasks/ -t 80 -l -e 'development' -P spec --verbose",
1313
"test-cov-html": "lab bin/ server/ lib/ -r html -o coverage.html -P spec"
1414
},
1515
"bin": {

0 commit comments

Comments
 (0)