-
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
[new rule] strict formatting for describe and test blocks #113
Labels
Comments
As long as it's not a default, I'm on board ;) |
Yeah, agreed. Should not be part of |
🎉 This issue has been resolved in version 28.8.0 🎉 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
We would really like to enforce some strict formatting for the various parts of jest test syntax. I'm not sure if these would be general enough to be considered useful, but they seem like a nice way to help ensure test code is nicely structured. An example of my teams desired syntax is:
Seperate rules could enforce:
Another option would be a new 'eslint-jest-formatting' package.
The text was updated successfully, but these errors were encountered: