Skip to content
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 to verify the expect arguments should not be as toBe arguments #216

Open
balakumaran-k opened this issue Jan 13, 2020 · 0 comments

Comments

@balakumaran-k
Copy link

Is your feature request related to a problem? Please describe.

Developers tend to write a unit test expect([1, 2, 3]).toEqual([1, 2, 3]); to get a better unit test code coverage

Describe the solution you'd like

Verify the expected arguments and asserted arguments are same. if it's same fail the lint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant