diff --git a/package.json b/package.json index fcbbb8c..77e47c6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"No tests specified\"" }, "dependencies": { "express": "^4.18.2",