-
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
[no-duplicate-hooks]: allow subsequent describe.each? #642
Comments
🎉 This issue has been resolved in version 24.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I use the
the tests run fine, just eslint complains. is there a way to configure it to treat |
@brewster1134 as you know, support for general However, what you're describing looks like a bug to me - ultimately, I think |
that makes sense. i had assumed the same that it would work with any function name VS a white/black list of approved scopes, but when i only had the issue of let me know if i can help out by filing a bug |
Is there way to allow
no-duplicate-hooks
allow to work withdescribe.each
, or is there recommended hook setup conforms those rules?Interestingly, this doesn't error out for all describe.each but only if top-level describe includes subsequent nested describe.each.
repo: https://github.com/kwonoj/eslint-jest-duplicated-hooks
code:
config:
The text was updated successfully, but these errors were encountered: