diff --git a/package.json b/package.json index cdaef0c..5ab442d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + + "test:webhook": "NODE_ENV=test node src/test/testWebhook.js" + + }, "keywords": [], "author": "",