()
| 66 | serveOpenApiHttpApiTestServer({ api: TestApi, handlersLayer: EchoGroupLive }); |
| 67 | |
| 68 | const specText = () => { |
| 69 | const spec = makeOpenApiHttpApiTestIntegrationConfig(TestApi, {}).spec; |
| 70 | if (spec.kind === "blob") return spec.value; |
| 71 | return spec.url; |
| 72 | }; |
| 73 | |
| 74 | // A custom apiKey method that places the connection value into `x-api-key`, |
| 75 | // authored request-shaped (the one apikey input dialect). |
no test coverage detected