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" } }