Unit Testing with Effect's Http API Module

Anyone see any docs or examples on how to write a unit test where the service is using the Http Api?

I know normally we provide 'mocks' to the tests, but since this is a module of Effect, i'm guessing thers something different?
Was this page helpful?