-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: migrate to structuredClone
#20885
Conversation
Tested on a real repo? :) |
also coverage issues |
Moving this to draft. |
The test failures appear to be due to |
I'm not sure if this is a bug in jest or not. |
strange behavior 🤔 |
I opened a bug upstream: jestjs/jest#14011 |
can we remove / ignore the strict equal test for now and continue? maybe add a json stringify compare test instead? |
Okay, let me scope this PR down a bit and merge what we can. |
dc4aad6
to
bba27dd
Compare
I changed This should allow us to move forward with this PR, and address the issue with Footnotes |
coverage failure |
0707bdc
to
c8cb28a
Compare
c8cb28a
to
9f734f3
Compare
🎉 This PR is included in version 35.62.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Changes
Migrate from our custom
clone
tostructuredClone
Context
Required as part of #20553
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: