We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee298c commit d27a305Copy full SHA for d27a305
package.json
@@ -39,7 +39,7 @@
39
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
40
"integration": "mocha test/integration/",
41
"standard": "standard",
42
- "test": "npm run standard && npm run unit",
+ "test": "npm run standard && npm run coverage",
43
"unit": "mocha"
44
},
45
"repository": {
0 commit comments