( api: HttpApi.HttpApi<Id, Groups, E, R>, parts: Parts )
| 131 | } |
| 132 | |
| 133 | const expectParts = <Id extends string, Groups extends HttpApiGroup.HttpApiGroup.Any, E, R>( |
| 134 | api: HttpApi.HttpApi<Id, Groups, E, R>, |
| 135 | parts: Parts |
| 136 | ) => { |
| 137 | expectSpec(api, getSpec(parts)) |
| 138 | } |
| 139 | |
| 140 | const expectSpecPaths = <Id extends string, Groups extends HttpApiGroup.HttpApiGroup.Any, E, R>( |
| 141 | api: HttpApi.HttpApi<Id, Groups, E, R>, |
no test coverage detected