diff --git a/package.json b/package.json index c70d13b2..bafe4467 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues", "scripts": { "precommit": "lint-staged --concurrent false", - "test": "jest", + "test": "jest --coverage", "lint": "eslint rules __tests__ index.js" }, "dependencies": {},