What is the best way to test the result of an effect ?
I have the following effect :
Effect<never, string, number>
Using jest, what is the best way to test the success and failure paths of an effect ?
Effect<never, string, number>
Using jest, what is the best way to test the success and failure paths of an effect ?
