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
Is your feature request related to a problem? Please describe.
When configuring mustBeCalledWith and not calling the method, there isn't any exception being thrown.
Describe the solution you'd like
I'd like it to behave as toHaveBeenCalledWith
Maybe add a toHaveBeenCalled somehow in a defered way.
Describe alternatives you've considered
I tried adding toHaveBeenCalled to the mustBeCalledWith function but it returned false positives for other use cases
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When configuring
mustBeCalledWith
and not calling the method, there isn't any exception being thrown.Describe the solution you'd like
I'd like it to behave as
toHaveBeenCalledWith
Maybe add a
toHaveBeenCalled
somehow in a defered way.Describe alternatives you've considered
I tried adding
toHaveBeenCalled
to themustBeCalledWith
function but it returned false positives for other use casesThe text was updated successfully, but these errors were encountered: