From 0548c596a96c341ea1fb489327a03db62e711e65 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 29 Jul 2023 11:51:05 +0000 Subject: [PATCH] chore: standardize npm script names --- 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",