We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0705767 commit 8bd13fbCopy full SHA for 8bd13fb
.gitignore
@@ -3,3 +3,4 @@
3
.vscode
4
node_modules/
5
dist/
6
+coverage/
package.json
@@ -36,6 +36,7 @@
36
"prettier:fix": "npx prettier --config .prettierrc --write .",
37
"release": "npx np --no-tests --no-publish --message 'v%s'",
38
"test": "jest",
39
+ "test:coverage": "jest --coverage",
40
"webpack": "webpack"
41
},
42
"repository": {
0 commit comments