-
-
Notifications
You must be signed in to change notification settings - Fork 294
[OVERALL] Updates #2793
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
[OVERALL] Updates #2793
Conversation
Prevent usage of old dependencies & update the whole structure.
Only issue so far :
All other tests pass normally, as expected. eg. grab.test.ts on that part was modified to try spitting out the error, which grab.ts doesn't do apparently. Not a timeout issue since it's verified on multiple processes. |
Jest 30.x however does seem to give a bit of a better performance. Nothing under 20 seconds. (except that grab.ts test). |
Finally fixed the test that was giving nothing out. |
Grabbing also works (and fast !)
404s originate from inexistant channels now. |
This PR is an overall maintenance update, making sure the project is up to date, and prevent library vulnerabilities (for Docker and other aspects).
What was done
Due to the new Jest update, some things were deprecated, but good news, nothing in our tests needed to be upgraded.
All tests passed successfully :