From 85087442938d622cfadf23282a9b910d4790b35c Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sun, 28 Jul 2024 14:37:05 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03ca2053..acbecf74 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prepare": "husky install && npm run build", "release": "standard-version", "security": "npm audit --production", - "test:only": "cross-env NODE_ENV=test jest --collectCoverageFrom=src/**/*.js --coverage", + "test:only": "cross-env NODE_ENV=test jest", "test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",