Skip to content

Commit

Permalink
updated regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAdee committed May 4, 2024
1 parent ea0b8dd commit 70ef16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RegressionTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Run tests
run: |
cd UsageMntrServ
npm test
npm testCI
3 changes: 2 additions & 1 deletion UsageMntrServ/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 70ef16d

Please sign in to comment.