-
Notifications
You must be signed in to change notification settings - Fork 591
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
chore(deps-dev): bump jest to v27 #3130
Conversation
Jest v27 fails with Blob is not defined error. Jest docs: https://jestjs.io/docs/configuration#testenvironment-string
async-await doesn't work with done callbacks in Jest v27 Refs: jestjs/jest#11404
Jest docs: jestjs.io/docs/configuration#testenvironment-string
Refs: stackoverflow.com/a/68656890
Codecov Report
@@ Coverage Diff @@
## main #3130 +/- ##
=======================================
Coverage 75.18% 75.19%
=======================================
Files 474 474
Lines 20721 20721
Branches 4755 4755
=======================================
+ Hits 15580 15581 +1
+ Misses 5141 5140 -1
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Fixes: #2868
Replaces: #2869
Description
Bumps jest to v27
Testing
CI
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.