Skip to content

Commit bc140b4

Browse files
committed
feat(package): add coverage to test output
1 parent 8ec56e5 commit bc140b4

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
@@ -4,7 +4,7 @@
44
"description": "Chai assertions for loopback",
55
"main": "dist/loopback-chai.js",
66
"scripts": {
7-
"test": "npx eslint . && npx jest",
7+
"test": "npx eslint . && npx jest --coverage",
88
"build": "rollup -c",
99
"dev": "rollup -c -w"
1010
},

0 commit comments

Comments
 (0)