display additional info in case of test fails

This commit is contained in:
Juan Picado @jotadeveloper 2017-06-10 21:41:32 +02:00
parent e799500893
commit 181267f256
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
"server"
],
"scripts": {
"test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec",
"test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec --full-trace",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"coverage:coveralls": "nyc report --reporter=text-lcov | coveralls",
"coverage:codecov": "nyc report --reporter=lcov | codecov",