From 8f82790cee3389cd6786ef8fd488ce1486da3571 Mon Sep 17 00:00:00 2001 From: Mayank Aggarwal <97796657+mayank-0407@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:31:27 +0530 Subject: [PATCH] Update package.json --- Backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/package.json b/Backend/package.json index 21fc86c..7cf00f9 100644 --- a/Backend/package.json +++ b/Backend/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "nodemon Server.js", - "test": "jest", + "test": "jest" }, "author": "", "license": "ISC",