How to get actually usable diffs for stubs? #31107
Unanswered
codan84
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a stub:
I expect this to be called few times at different steps of my test.
When I check for the stub call:
I get a completely useless diff:
The only way this error can be more useless is if it just prints
failed
, really...Is there ANY way at all to get a useful diff for something like that?
Beta Was this translation helpful? Give feedback.
All reactions