Using Effect for Testing: Seeking Approaches for Readable Tests

I like so much how effect helps me with testing. Maybe this is not ideal, but this is much more clear then my previous mess. I don't use any specific framework, just use helper functions in modules named Given,When, Then to abstract away test setup and to reuse it.

Does any do something similar or knows better approaches to keep tests readable?
image.png
Was this page helpful?