mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
display additional info in case of test fails
This commit is contained in:
parent
e799500893
commit
181267f256
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue