( api: HttpApi.HttpApi<Id, Groups, E, R>, paths: OpenApi.OpenAPISpec["paths"], options?: Options )
| 138 | } |
| 139 | |
| 140 | const expectSpecPaths = <Id extends string, Groups extends HttpApiGroup.HttpApiGroup.Any, E, R>( |
| 141 | api: HttpApi.HttpApi<Id, Groups, E, R>, |
| 142 | paths: OpenApi.OpenAPISpec["paths"], |
| 143 | options?: Options |
| 144 | ) => { |
| 145 | expectSpec(api, getSpec({ paths }, options), options) |
| 146 | } |
| 147 | |
| 148 | const expectSpec = <Id extends string, Groups extends HttpApiGroup.HttpApiGroup.Any, E, R>( |
| 149 | api: HttpApi.HttpApi<Id, Groups, E, R>, |
no test coverage detected
searching dependent graphs…