diff --git a/package.json b/package.json index 86eaa8ea..e19ce2ec 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", "format": "prettier --write '**/*.js'" },