Skip to content

Commit d041dd2

Browse files
committed
--fix: added missing coverage script
1 parent e6223ca commit d041dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"coverage": "jest --coverage",
78
"test": "jest --verbose",
89
"test:watch": "jest --watchAll"
910
},

0 commit comments

Comments
 (0)