Skip to content

Commit cd34138

Browse files
chore: fix commands
1 parent a3ad30f commit cd34138

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
@@ -16,7 +16,7 @@
1616
"pretest": "yarn lint",
1717
"test": "jest --coverage",
1818
"autotest": "jest --coverage --watch",
19-
"cover": "istanbul cover test/index.js",
19+
"cover": "jest --coverage",
2020
"ci": "yarn pretest && yarn cover",
2121
"prepublishOnly": "yarn test"
2222
},

0 commit comments

Comments
 (0)