Fork me on GitHub
#kaocha
<
2023-04-22
>
timo16:04:54

Do you have nicely formatted diffs in your editors when you have a failing test in your editor? Asking because in my current neovim setup with conjure the diff is always in one line and hard to read.

emilaasa16:04:02

I use this for clojure test - maybe there's something similar for kaocha?

Noah Bogart23:04:09

Did you change the conjure setting to use kaocha as the test runner? That made it format nicely for me

timo06:04:29

you can set it in conjure? didn't know that

Noah Bogart22:04:21

Read the docs, should be in there

emilaasa06:04:27

:help g:conjure#client#clojure#nrepl#test#runner

👍 2