(source: HttpApi.HttpApi<Id, Groups>)
| 21 | } |
| 22 | |
| 23 | function compile<Id extends string, Groups extends HttpApiGroup.Any>(source: HttpApi.HttpApi<Id, Groups>) { |
| 24 | return emitEffect(compileContract(source)) |
| 25 | } |
| 26 | |
| 27 | describe("HttpApiCodegen.generate", () => { |
| 28 | test("compiles one contract for Promise and Effect emitters", () => { |
nothing calls this directly
no test coverage detected