-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: proper support for it.each #722
Conversation
Co-authored-by: Gareth Jones <Jones258@Gmail.com>
@k-yle is this still draft? |
sorry, it's ready @SimenB I thought someone else might try to make it work for this edge case: #710 (comment) but it seems to be very hard |
We can do that later 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the late review - looks good to me, lets ship it!
## [24.1.6](v24.1.5...v24.1.6) (2021-03-06) ### Bug Fixes * proper support for it.each ([#722](#722)) ([e1dc42d](e1dc42d))
🎉 This PR is included in version 24.1.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
retrying #701, this time without the regression for
no-done-callback
🙊no-done-callback
now works for jest-each's tagged-template syntax, but intentionally ignores it.each's table/array syntax because I have no idea how to handle this edge case.