| 81 | } |
| 82 | |
| 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 | } |
| 89 | |
| 90 | export { |
| 91 | Interceptable, |
no outgoing calls
no test coverage detected
searching dependent graphs…