runner
runner copied to clipboard
Question - Is there any way to log the errors from the test?
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 😐