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
Today I learned about vi.fn().mockName(...). This greatly helps troubleshoot expectations with giving the mock a name. Would you consider adding a rule to check for the absence of mockName(...)?
The text was updated successfully, but these errors were encountered:
Today I learned about
vi.fn().mockName(...)
. This greatly helps troubleshoot expectations with giving the mock a name. Would you consider adding a rule to check for the absence ofmockName(...)
?The text was updated successfully, but these errors were encountered: