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
#### Example - access call history on intercepted client
577
-
578
-
You can use `registerCallHistory` to register a specific MockCallHistory instance while you are intercepting request. This is useful to have an history already filtered. Note that `getCallHistory()` will still register every request configuration if you previously enable call history.
579
-
580
-
> using registerCallHistory with a disabled MockAgent will still register an history on the intercepted request.
0 commit comments