Fork me on GitHub
#cider
<
2018-09-28
>
vemv03:09:09

In cider-test, can I inspect thrown errors?

vemv03:09:16

i.e. for the following scenario

vemv03:09:12

I see clojure.lang.ExceptionInfo has been thrown, plus I can see the underlying clojure.spec failure, but I'd like to see the clojure.lang.ExceptionInfo itself

vemv03:09:01

workaround would be to execute the tests manually at the repl, which is good enough tbh 🙂

dominicm05:09:22

You can

4