diff --git a/package.json b/package.json index ad87551e6..cea911744 100644 --- a/package.json +++ b/package.json @@ -72,10 +72,6 @@ "show-rules-disabled": "eslint-index eslintrc.json --status omitted off", "show-summary": "eslint-index eslintrc.json --format table", "test": "./bin/cmd.js --verbose && tape test/*.js", - "test-disabled": "npm test -- --disabled", - "test-offline": "npm test -- --offline", - "test-offline-quick": "npm test -- --offline --quick", - "test-quick": "npm test -- --quick", "update-authors": "./bin/update-authors.sh" } }