From ae5c56c847d204d13bd9aabc68eeb11862266df7 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 1 Aug 2023 20:54:09 +0530 Subject: [PATCH] chore: standardize npm script names (#199) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 07a6125..30f9753 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "lint": "eslint src tests .eslintrc.js", "lint:fix": "npm run lint -- --fix", "start": "node ./src/app.js", - "test": "jest --colors --verbose", - "test:cover": "jest --colors --coverage" + "test": "jest --colors --verbose --coverage" }, "author": "Gyandeep Singh ", "license": "MIT",