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",