Skip to content

Commit a01ea56

Browse files
committed
Add coverages to default test
1 parent cde6eab commit a01ea56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "CSDL Metadata Parser",
55
"main": "./index.js",
66
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc mocha",
7+
"test": "nyc mocha",
98
"coveralls": "nyc report --reporter=text-lcov | coveralls"
109
},
1110
"engines": {

0 commit comments

Comments
 (0)