Skip to content

Commit bd9e7fc

Browse files
committed
Updated npm test to run coverage
1 parent 05f5e23 commit bd9e7fc

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
@@ -20,7 +20,7 @@
2020
"cover": "nyc jasmine",
2121
"eslint": "eslint bin spec",
2222
"jasmine": "jasmine",
23-
"test": "npm run eslint && npm run jasmine"
23+
"test": "npm run eslint && npm run cover"
2424
},
2525
"dependencies": {
2626
"cordova-common": "^3.1.0",

0 commit comments

Comments
 (0)