Testing Services with Effect
How can I "extract" a specific service from a
or is this some better way to test my services using Effect?
Layer or a Runtime? I'm trying to test my code and I have a test runtime with test implementations for all my services but I'd like to set up their internal state before I run my test like:or is this some better way to test my services using Effect?
