-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update Jest to 26.x for better API support #231
Comments
I think this is duplicate of #46 — note that we have been holding off on the update due to still-existing performance regressions introduced in Jest v25. We actually did do an update at one point, although I don't have the link at hand, that was so bad that we had to roll it back (because the perf was so bad it made the tests time out). |
@wincent yep you're right, didn't see that one. Thanks! |
One option would be to simply mock That way we can start using it and jest will know how to handle until we update it. |
@bryceosterhaus did this in #234 I made a note in #46 reminding us to remove the mock once it's no longer needed. |
docs: add bean, field and model documentation
Issue type (mark with
x
)Description
With our new support matrix for browsers, I think it would be helpful to update Jest to 26.x so that we can get better js-dom support.
I was adding
document.createRange
andcreateContextualFragment
and I realized that our current version of Jest does not support those APIs. I saw on this issue that26.x
should now support those.The text was updated successfully, but these errors were encountered: