-
Notifications
You must be signed in to change notification settings - Fork 234
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
24.1.2 - breaking change? Prefer using 'test' instead of 'it' within describe (jest/consistent-test-it) #711
Labels
Comments
This was referenced Nov 12, 2020
@genrym could you share a code snippet that doesn't fail on 24.1.0 but fails with 24.1.1 and 24.1.2? Would like to add a regression test if it's misbehaving |
SimenB
added a commit
that referenced
this issue
Nov 12, 2020
🎉 This issue has been resolved in version 24.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Mar 8, 2021
Closed
This was referenced Mar 9, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
After upgrading to version
24.1.2
- we started to get the following:Prefer using 'test' instead of 'it' within describe (jest/consistent-test-it)
Was it an expected change in this version?
The text was updated successfully, but these errors were encountered: