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 a3ad30f commit cd34138Copy full SHA for cd34138
package.json
@@ -16,7 +16,7 @@
16
"pretest": "yarn lint",
17
"test": "jest --coverage",
18
"autotest": "jest --coverage --watch",
19
- "cover": "istanbul cover test/index.js",
+ "cover": "jest --coverage",
20
"ci": "yarn pretest && yarn cover",
21
"prepublishOnly": "yarn test"
22
},
0 commit comments