-
Notifications
You must be signed in to change notification settings - Fork 621
chore(deps-dev): bump jest to v27 #3127
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
Codecov Report
@@ Coverage Diff @@
## remove-jest-from-packages #3127 +/- ##
==========================================================
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.
|
…ies as they're used
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
Issue on Jest jsdom/jsdom#2961 globalThis in Node.js nodejs/node#22835
This reverts commit db212a4. We no longer test in Node.js 10.x
Superceded by #3130 |
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
Additional Context
This PR will be made ready after #3126 is merged.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.