We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Make it clear that it is intended to replace "dumb mocks" only and if you need a "smart mock", use with-redefs.
with-redefs
Perhaps show what it is equivalent to?
Also, make clear that you can use to mock a specific result value, not map to another function to call.