We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581c890 commit 0c15780Copy full SHA for 0c15780
.gitignore
@@ -7,3 +7,6 @@
7
8
# Compiled files
9
/dist/
10
+
11
+# Coverage
12
+/coverage/
package.json
@@ -31,7 +31,7 @@
31
"lint-fix": "eslint --fix .",
32
"prepare": "npm run clean && npm run build && npm run lint",
33
"prepublishOnly": "npm test",
34
- "test": "jest --passWithNoTests"
+ "test": "jest --passWithNoTests --coverage=true"
35
},
36
"files": [
37
"/dist",
0 commit comments