We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nest mocks' type definitions suggest that they're full mocks, but changing the implementation and resets remove all nesting capabilities. Therefore:
mockClear
mockReset
mockReturnValue
The text was updated successfully, but these errors were encountered:
teunmooij
No branches or pull requests
Description
nest mocks' type definitions suggest that they're full mocks, but changing the implementation and resets remove all nesting capabilities.
Therefore:
mockClear
must restore the mock, with the given implementationmockReset
must reset the mocks, removing their implementationsmockReturnValue
The text was updated successfully, but these errors were encountered: