Skip to content

Commit d27a305

Browse files
committed
package: npm test should run coverage too
1 parent 4ee298c commit d27a305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
4040
"integration": "mocha test/integration/",
4141
"standard": "standard",
42-
"test": "npm run standard && npm run unit",
42+
"test": "npm run standard && npm run coverage",
4343
"unit": "mocha"
4444
},
4545
"repository": {

0 commit comments

Comments
 (0)