We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474c9af commit 8bdd3d4Copy full SHA for 8bdd3d4
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"lint": "eslint .",
11
"test": "npm run lint && npm run run-tests",
12
- "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",
13
"test-cov-html": "lab bin/ server/ lib/ -r html -o coverage.html -P spec"
14
},
15
"bin": {
0 commit comments