()
| 52 | |
| 53 | let handler!: (request: Request) => Promise<Response>; |
| 54 | let dispose: () => Promise<void> = async () => {}; |
| 55 | |
| 56 | beforeAll(async () => { |
| 57 | const { makeSelfHostApiHandler } = await import("./app"); |
no outgoing calls
no test coverage detected