Skip to content

Commit

Permalink
add jest commands
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAdee committed May 6, 2024
1 parent 8990cba commit aa7d2b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion StorageMgmtServ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest --watchAll"
"test": "jest --watchAll",
"testCI" : "jest"
},
"jest": {
"testEnvironment": "node",
Expand Down
3 changes: 2 additions & 1 deletion UserAccMgmtServ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest --watchAll "
"test": "jest --watchAll ",
"testCI" : "jest"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit aa7d2b8

Please sign in to comment.