Intercepts any matching requests that use the same origin as this mock client.
(options: MockInterceptor.Options)
| 83 | interface Interceptable extends Dispatcher { |
| 84 | /** Intercepts any matching requests that use the same origin as this mock client. */ |
| 85 | intercept(options: MockInterceptor.Options): MockInterceptor; |
| 86 | /** Clean up all the prepared mocks. */ |
| 87 | cleanMocks (): void |
| 88 | } |
no outgoing calls
no test coverage detected