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
Currently, when you call _brs_.mockFunction it will return a "stub" for the mocked function, so you can keep track of calls and results. It'd be great to also support a spy that preserves the original function implementation, but still keeps track of calls and results.
The text was updated successfully, but these errors were encountered:
Summary
Currently, when you call
_brs_.mockFunction
it will return a "stub" for the mocked function, so you can keep track of calls and results. It'd be great to also support a spy that preserves the original function implementation, but still keeps track of calls and results.The text was updated successfully, but these errors were encountered: