We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aac31c commit 234021fCopy full SHA for 234021f
package.json
@@ -18,7 +18,7 @@
18
"bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues",
19
"scripts": {
20
"precommit": "lint-staged --concurrent false",
21
- "test": "jest",
+ "test": "jest --coverage",
22
"lint": "eslint rules __tests__ index.js",
23
"format": "prettier --write '**/*.js'"
24
},
0 commit comments