From 049420e8e51b719548659caa17a1dc1942808703 Mon Sep 17 00:00:00 2001 From: VinceC <33974776+VinceC3@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:56:53 -0600 Subject: [PATCH] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": "",