Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-0407 authored Jun 13, 2024
1 parent ed726f4 commit 2874f3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 2874f3f

Please sign in to comment.