You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a rule has a lot of tests, it's sometimes difficult to tell if any tests are duplicates. This rule would warn if any test cases have the same properties.
To be honest, I'm not sure how useful this would be in practice -- two test cases might be basically equivalent as far as the rule's logic is concerned, but have slight differences such as whitespace, and eslint-plugin-eslint-plugin wouldn't be able to tell that the cases were equivalent.
The text was updated successfully, but these errors were encountered:
When a rule has a lot of tests, it's sometimes difficult to tell if any tests are duplicates. This rule would warn if any test cases have the same properties.
Incorrect code for this rule:
To be honest, I'm not sure how useful this would be in practice -- two test cases might be basically equivalent as far as the rule's logic is concerned, but have slight differences such as whitespace, and
eslint-plugin-eslint-plugin
wouldn't be able to tell that the cases were equivalent.The text was updated successfully, but these errors were encountered: