(
url: string
)
| 301 | }); |
| 302 | |
| 303 | const createUndefinedSampleConfig = ( |
| 304 | url: string |
| 305 | ): AnyZodiosRequestOptions => ({ |
| 306 | method: "get", |
| 307 | url, |
| 308 | }); |
| 309 | |
| 310 | const createSampleResponse = ( |
| 311 | { headers } = { headers: { "content-type": "application/json" } } |
no outgoing calls
no test coverage detected