0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

Set a more descriptive mocha reporter

This commit is contained in:
Juan Picado @jotadeveloper 2017-06-06 23:08:21 +02:00
parent fcae1fa91d
commit c7b44ddcaa
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -72,7 +72,7 @@
"server"
],
"scripts": {
"test": "npm run lint && mocha ./test/functional ./test/unit",
"test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec",
"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",