diff --git a/package.json b/package.json index 73b4c21a..fe2fbd93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web proxy capable of proxying websites!", "main": "app.js", "scripts": { - "test": "test", + "test": "node app.js", "start": "node app.js ./node_modules/.bin/grunt" }, "keywords": [ @@ -29,4 +29,4 @@ "morgan": "^1.9.0", "axios": "^0.19.2" } -} \ No newline at end of file +}