Skip to content

Commit

Permalink
added the testing lib for API testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravWalia19 committed Jul 22, 2021
1 parent 645cd1e commit 1729c2d
Show file tree
Hide file tree
Showing 2 changed files with 2,269 additions and 21 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mernboilerplate",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": "14.x",
"yarn": "1.x"
},
"description": "This is a boilerplate repo for creating new mern stack apps",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js",
"client": "cd client && yarn start",
Expand All @@ -26,6 +26,8 @@
"devDependencies": {
"concurrently": "^6.2.0",
"dotenv": "^10.0.0",
"nodemon": "^2.0.12"
"jest": "^27.0.6",
"nodemon": "^2.0.12",
"supertest": "^6.1.4"
}
}
Loading

0 comments on commit 1729c2d

Please sign in to comment.