Mocking `HttpApiClient` Wrapped with `Effect.Service` - Type Issue with `WithResponse`

Has anyone found a way to mock an HttpApiClient wrapped with Effect.Service? Effect.mock has some type issue with the WithResponse type. I made some attempts to adopt Samuel's solution here but couldn't get it to work with Effect.Service: Mocking the `HttpApiClient` in the Effect Typescript library can be done by creating a mock imple...

Here is an example playground that demonstrates the issue: https://effect.website/play#9c0f4c5443cb
Was this page helpful?