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
I'm intercepting call on class using spy. I want to original implementation being called after my spy is called. How to make this? In Java mockito we have thenCallRealMethod() but I can't find it in ts-mockito.
The text was updated successfully, but these errors were encountered:
I'm intercepting call on class using spy. I want to original implementation being called after my spy is called. How to make this? In Java mockito we have
thenCallRealMethod()
but I can't find it in ts-mockito.The text was updated successfully, but these errors were encountered: