Does anyone know any resources on how to write tests? The testing guide (https://effect.website/docs/guides/testing) is quite empty. I found that the effect package has
TestServices
TestServices
,
TestLive
TestLive
,
TestConfig
TestConfig
etc, but I am not sure what those are for or how to use them.