From 4560eb9aff6d1ba5c117e0c6ccefb56b48a83b2d Mon Sep 17 00:00:00 2001 From: jayantur13 Date: Thu, 12 Oct 2023 12:54:58 +0530 Subject: [PATCH] gfw codecov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9888bbb..2f2741e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src", "lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src", "prepublishOnly": "npm run build", - "test": "jest" + "test": "jest --coverage" }, "author": "Jayant Navrange", "license": "MIT",