package: npm test should run coverage too
This commit is contained in:
parent
4ee298c414
commit
d27a305732
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
|
||||
"integration": "mocha test/integration/",
|
||||
"standard": "standard",
|
||||
"test": "npm run standard && npm run unit",
|
||||
"test": "npm run standard && npm run coverage",
|
||||
"unit": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue