Expect a function not to be called? #701
dreambucket13
started this conversation in
Ideas
Replies: 2 comments 5 replies
|
Good news. You don't have to do anything except make sure that |
4 replies
|
Update - I am clearly doing something wrong. I made a very simple project and this works as I expected. |
1 reply
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.
So in this scenario:
How do I check that myFunc() is not called if condition evaluates to false?
All reactions