(options?: ShotRequestOptions)
| 452 | } |
| 453 | |
| 454 | function givenRequest(options?: ShotRequestOptions): Request { |
| 455 | return stubExpressContext(options).request; |
| 456 | } |
| 457 | |
| 458 | function givenResolvedRoute( |
| 459 | spec: OperationObject, |
no test coverage detected