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 cd268e5 commit 8804f46Copy full SHA for 8804f46
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
},
24
"dependencies": {},
0 commit comments