| 35 | }; |
| 36 | |
| 37 | interface RequestHandler { |
| 38 | run(args: { request: Request, requestId?: string, resolutionContext?: { baseUrl?: string } }): Promise<{ response?: Response } | null>; |
| 39 | } |
| 40 | |
| 41 | export interface RouterFixture { |
| 42 | route(...args: Parameters<BrowserContext['route']>): Promise<any>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…