()
| 61 | ); |
| 62 | |
| 63 | const specText = () => { |
| 64 | const spec = makeOpenApiHttpApiTestIntegrationConfig(TestApi, {}).spec; |
| 65 | if (spec.kind === "blob") return spec.value; |
| 66 | return spec.url; |
| 67 | }; |
| 68 | |
| 69 | const specTextWithDefinition = () => |
| 70 | JSON.stringify({ |
no test coverage detected