We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec56e5 commit bc140b4Copy full SHA for bc140b4
package.json
@@ -4,7 +4,7 @@
4
"description": "Chai assertions for loopback",
5
"main": "dist/loopback-chai.js",
6
"scripts": {
7
- "test": "npx eslint . && npx jest",
+ "test": "npx eslint . && npx jest --coverage",
8
"build": "rollup -c",
9
"dev": "rollup -c -w"
10
},
0 commit comments