Testing Strategy for Http APIs with Effect and Mock Layers

What's the testing strategy for Http APIs with Effect? Using a fetch client against the HttpApi and providing a large set of mock layers and making it more of an intergration test rather than a unit test?
Was this page helpful?