eslint-plugin-vitest
eslint-plugin-vitest copied to clipboard
Consider rule for naming mocks created with `vi.fn()`
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(...)
?