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
Description: Add/modify eslint rule - jest/valid-expect - to allow for 2nd optional message argument/
Possible solution:
While the 2nd optional argument for message works. Eslint's jest/valid-expect rule fires unless disabled above. Extend the current jest/valid-expect rule with additional value such as allow-message
The text was updated successfully, but these errors were encountered:
@alee8 did you find a way to just disable the linting for additional properties only? I couldn't find a way in either of the eslint/jest-plugin docs - I just set the rule to "off" for now.
Feature Request
Description: Add/modify eslint rule -
jest/valid-expect
- to allow for 2nd optional message argument/Possible solution:
While the 2nd optional argument for message works. Eslint's
jest/valid-expect
rule fires unless disabled above. Extend the currentjest/valid-expect
rule with additional value such asallow-message
The text was updated successfully, but these errors were encountered: