From 6b87bf3ccfb88175c121a0ef67cd2c0dc6a0c828 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 9 Jul 2020 08:25:35 +0800 Subject: [PATCH] - Testing: Check coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" },