A mock method call that was made and is ready to be answered. This interface allows resolving or rejecting the asynchronous call's result.
Reject the call with the given reason.
Resolve the call with the given value.
See Mock.mock.calls
See Mock.mock.contexts
See Mock.mock.instances
See Mock.mock.invocationCallOrder
See Mock.mock.results
See Mock.mock.settledResults
A mock method call that was made and is ready to be answered. This interface allows resolving or rejecting the asynchronous call's result.