runner icon indicating copy to clipboard operation
runner copied to clipboard

Question - Is there any way to log the errors from the test?

Open lucasctd opened this issue 6 months ago • 4 comments

I am using japa on a AdoniJS project but when my tests fail, it only shows it has failed but does not say where xD If I want to see the logs I have to add a try/catch inside my test body and add a console.log inside the catch block to see what went wrong 😐 image

lucasctd avatar Aug 29 '24 21:08 lucasctd