Skip to content

Commit

Permalink
Mongoose updated to fix Typescript fight, Angular testing removed fro…
Browse files Browse the repository at this point in the history
…m Jest runs
  • Loading branch information
brok3turtl3 committed Oct 18, 2024
1 parent 4a89d0f commit 61ed0dc
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 86 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ module.exports = {
'<rootDir>/dist',
'<rootDir>/coverage',
'<rootDir>/client',
'<rootDir>/angular-resources-page/',
],
};
168 changes: 83 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"express-async-errors": "^3.1.1",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.4",
"mongoose": "^8.7.2",
"multer": "^1.4.5-lts.1",
"pg": "^8.11.5"
},
Expand Down

0 comments on commit 61ed0dc

Please sign in to comment.