-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fail if describe returns a value #8074
Comments
Forgot this 😛 |
There were lots of things in the 25 milestone for which I think we didn't consider if they should have went into the release 😄 I renamed the milestone to Jest 26 |
heh, yeah. The timeline went away from us.
Good call 👍 |
@jeysal up for sending a PR implementing this? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
#7852 added warnings if
describe
returns something, with a special warning if it's a promise to save users from definingit
s in anasync
describe block function.In the next major, Jest should fail the test with an error containing those messages instead of just warning.
The text was updated successfully, but these errors were encountered: