(response: HttpClientResponse.HttpClientResponse)
| 82 | } |
| 83 | |
| 84 | function json<T>(response: HttpClientResponse.HttpClientResponse) { |
| 85 | return response.json.pipe(Effect.map((body) => body as T)) |
| 86 | } |
| 87 | |
| 88 | describe("session messages endpoint", () => { |
| 89 | it.instance( |
no outgoing calls
no test coverage detected