From aa7d2b8bdfb812d84db9f58de29ec9ad45795c2d Mon Sep 17 00:00:00 2001 From: Adeel Ahmed Qureshi Date: Mon, 6 May 2024 11:07:10 +0500 Subject: [PATCH] add jest commands --- StorageMgmtServ/package.json | 3 ++- UserAccMgmtServ/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/StorageMgmtServ/package.json b/StorageMgmtServ/package.json index c5f3f74..31d1258 100644 --- a/StorageMgmtServ/package.json +++ b/StorageMgmtServ/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "start": "nodemon index.js", - "test": "jest --watchAll" + "test": "jest --watchAll", + "testCI" : "jest" }, "jest": { "testEnvironment": "node", diff --git a/UserAccMgmtServ/package.json b/UserAccMgmtServ/package.json index 210cb7c..6c4acbc 100644 --- a/UserAccMgmtServ/package.json +++ b/UserAccMgmtServ/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "start": "nodemon index.js", - "test": "jest --watchAll " + "test": "jest --watchAll ", + "testCI" : "jest" }, "jest": { "testEnvironment": "node",