fix: restore test coverage with nyc

pull/330/head
Romain 1 year ago
parent f20714da1e
commit 7b440beba8

@ -4,3 +4,4 @@ include:
reporter:
- html
- text-summary
useSpawnWrap: true

@ -28,7 +28,7 @@
],
"scripts": {
"lint": "standard && require-lint",
"unit": "nyc npx mocha",
"unit": "nyc mocha",
"test": "npm run lint && npm run unit"
},
"dependencies": {

Loading…
Cancel
Save