Skip to content
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 27.2.4 #991

Merged
merged 2 commits into from
Oct 1, 2021
Merged

Update jest to 27.2.4 #991

merged 2 commits into from
Oct 1, 2021

Conversation

IanVS
Copy link
Collaborator

@IanVS IanVS commented Oct 1, 2021

This makes a major-version update of jest from 26.6.3 to 27.2.4.

The only breaking change that seems to have had an impact to us is that jsdom is no longer the default testEnvironment, it has now been changed to node. For that reason, I needed to explicitly specify testEnvironment: "jsdom" for the internal tests. The other tests had their environments specified already.

@IanVS IanVS requested a review from samselikoff October 1, 2021 14:52
@IanVS IanVS changed the title Update jest Update jest to 27.2.4 Oct 1, 2021
This is no longer the default, so tests begin to fail without this setting.
@IanVS IanVS merged commit b4803af into master Oct 1, 2021
@IanVS IanVS deleted the upgrade-jest branch October 1, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants