From 8804f4611d0d2882d16d088dae5504e3142a4183 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 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": {},