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
The error message for jest/valid-title using mustMatch is not especially helpful to new users to a codebase that has that rule implemented. It just displays the regular expression.
Would you be open to a Pull Request to allow the eslint config for the rule to accept an [optional] plain text description that would be included in the error message to help make it clearer to people seeing the ESLint error what they did wrong and how to fix it?
The text was updated successfully, but these errors were encountered:
G-Rath
changed the title
Feature: User-specified error message for jest/valid-title::mustMatch
[valid-title] Feature: User-specified error message for jest/valid-title::mustMatch
Sep 25, 2021
The error message for
jest/valid-title
usingmustMatch
is not especially helpful to new users to a codebase that has that rule implemented. It just displays the regular expression.Would you be open to a Pull Request to allow the eslint config for the rule to accept an [optional] plain text description that would be included in the error message to help make it clearer to people seeing the ESLint error what they did wrong and how to fix it?
The text was updated successfully, but these errors were encountered: