Skip to content

Commit

Permalink
fix: make running tests in verbose mode
Browse files Browse the repository at this point in the history
Needed to understand why the tests are failing in appveyor builds
  • Loading branch information
MaxGenash committed Aug 6, 2020
1 parent 474c9af commit 8bdd3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8bdd3d4

Please sign in to comment.