Skip to content

Commit 636d2af

Browse files
committed
init: Add coverage
1 parent 4757f3e commit 636d2af

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"format": "prettier --trailing-comma es5 --single-quote --write src/**/*.js",
88
"lint": "eslint src",
9-
"test": "jest",
9+
"test": "jest --coverage",
1010
"precommit": "lint-staged"
1111
},
1212
"lint-staged": {

0 commit comments

Comments
 (0)