I am trying to write a test for a function that runs an effect where an E.fail can be returned. However when this E.fail is returned it also throws an error in my console, but I only want this error to be placed inside a variable so I can use my testing framework to validate. Is there a way to not make the effect throw the error in the console?