-
Notifications
You must be signed in to change notification settings - Fork 582
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 #2869
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2869 +/- ##
==========================================
- Coverage 60.42% 60.29% -0.13%
==========================================
Files 554 546 -8
Lines 28886 28760 -126
Branches 7072 7047 -25
==========================================
- Hits 17453 17341 -112
+ Misses 11433 11419 -14 Continue to review full report at Codecov.
|
Using async-await with done does not work since v27 jestjs/jest#11404 |
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
The jest tests are failing on Node.js 10.x with globalThis not defined error. |
Issue on Jest jsdom/jsdom#2961 globalThis in Node.js nodejs/node#22835
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
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.