From 2874f3fc68569e8f264a0153c67235a86e7405e3 Mon Sep 17 00:00:00 2001 From: Mayank Aggarwal <97796657+mayank-0407@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:24:06 +0530 Subject: [PATCH] Update package.json --- Backend/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Backend/package.json b/Backend/package.json index 348003f..21fc86c 100644 --- a/Backend/package.json +++ b/Backend/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "nodemon Server.js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "jest", }, "author": "", "license": "ISC", @@ -23,6 +23,7 @@ "nodemailer": "^6.9.7", "nodemon": "^3.0.1", "socket.io": "^4.7.2", - "validator": "^13.11.0" + "validator": "^13.11.0", + "jest": "^26.6.3" } }