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

fix: support jest 27 #233

Merged
merged 4 commits into from
Jul 4, 2021
Merged

fix: support jest 27 #233

merged 4 commits into from
Jul 4, 2021

Conversation

timdeschryver
Copy link
Member

No description provided.

Copy link
Member

@nickserv nickserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with the codebase, but the code looks good to me, and the upgrades seem to be working properly. Thanks for your help.

I think it would still be a good idea to remove the jest/no-done-callback ESLint rule from the config before merging, as Jest 27 requires you to either use done or async/await, and only using async/await would be more consistent and modern.

@timdeschryver
Copy link
Member Author

👍 I'm currently taking a look at the PR that you've created.
I'm going to copy over some changes:

  • jest/no-done-callback
  • jest config
  • maybe more :)

@timdeschryver timdeschryver merged commit 78646b0 into main Jul 4, 2021
@timdeschryver timdeschryver deleted the jest27 branch July 4, 2021 13:45
@timdeschryver
Copy link
Member Author

Thanks @nickmccurdy

@github-actions
Copy link

github-actions bot commented Jul 4, 2021

🎉 This PR is included in version 10.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants