extracting only error message in tests
Hi, i'm trying to improve the error messages in my test. I'm not really interested in the full Effect error stack, just the formatted error.
something like
but returning
something like
but returning
return Effect.fail gives me the whole trace which is very noisy in this case. Any suggestions?