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:
parent
fcae1fa91d
commit
c7b44ddcaa
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"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",
|
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
|
||||||
"coverage:coveralls": "nyc report --reporter=text-lcov | coveralls",
|
"coverage:coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||||
"coverage:codecov": "nyc report --reporter=lcov | codecov",
|
"coverage:codecov": "nyc report --reporter=lcov | codecov",
|
||||||
|
|
Loading…
Reference in a new issue