I’ve recently implemented whole app using RIO, but now it’s hard to write tests for it. Are there any best practices for tests in RIO ? If I inject every effect as part of reader, it would have same readability as effect system.
Basically I was going to rewrite from RIO to effect system, but now I’m puzzled...