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: no duplicated hooks #231
Labels
Comments
I like it! Wanna send a PR? |
I'll raise a PR for this |
Mark1626
added a commit
to m4rkforks/eslint-plugin-jest
that referenced
this issue
Jul 11, 2019
Mark1626
added a commit
to m4rkforks/eslint-plugin-jest
that referenced
this issue
Jul 11, 2019
@SimenB raised a PR for this |
SimenB
pushed a commit
that referenced
this issue
Jul 15, 2019
SimenB
pushed a commit
that referenced
this issue
Jul 15, 2019
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
A rule that disallows duplicated hooks in the same describe.
For example this code will fail, because you should combine the two
beforeEach
s into one:The text was updated successfully, but these errors were encountered: