-
Notifications
You must be signed in to change notification settings - Fork 44
PIMS-2345 Express-API Dependency Updates #3028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🚀 Deployment Information The Express API Image has been built with the tag: |
Sharala-Perumal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to downgrade jest to 29.7.0 from 23.0 as its incompatible with the typescript version 5.8.2. Able to run tests without errors.
🎯 Summary
PIMS-2345
Changes
There was a very annoying addition to dotenv where they added a console.log that appeared for every test case.
Changed the test command to quiet it. This seemingly removed the need for cross-env, but please test this.
Testing
Please run the test cases.
Other affected areas by minor updates: file uploads, cron jobs. Seems ok in initial testing though.
🔰 Checklist