-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
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
toBeCalledWith and lastCalledWith should print some of the call values. #954
Comments
👍 I had #918 up for a while but had an oversight of only showing the latest one. It would be nice to have a way to show all of the calls (for say debugging purposes) with something like |
@petetnt would you mind taking this back on and sending another PR? I think as a start showing the last N calls (3 is a good number!) + the number of overall calls would be very helpful. |
@cpojer Sure thing, I'll put in another PR soon(ish) 👍 |
Filed the PR as #987 🎆 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This has been confusing to me when using these matchers.
Example Repro:
The text was updated successfully, but these errors were encountered: