We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77599af commit 8f22ae7Copy full SHA for 8f22ae7
package.json
@@ -2,6 +2,8 @@
2
"name": "@cypress/code-coverage",
3
"version": "0.0.0-development",
4
"description": "Saves the code coverage collected during Cypress tests",
5
+ "main": "index.js",
6
+ "targets": { "main": false },
7
"scripts": {
8
"start": "parcel serve cypress/index.html",
9
"coverage:verify": "npx nyc report --check-coverage true --lines 80",
0 commit comments