Fork me on GitHub
#kaocha
<
2020-07-02
>
JAtkins19:07:46

Hi all, I have a usage question - is it possible to use watch from the repl? I'd like a workflow where I'm writing tests and saving code, but when a failure occurs have all the code loaded so I can jump into the repl to investigate. If it's not possible, is the closest thing just keeping tools.ns up and refreshing the code in my repl when the kaocha runner shows errors? I found this, but it was left blank: https://github.com/lambdaisland/kaocha/issues/97

JAtkins19:07:49

Nevermind. I had assumed based on the lack of response that the code didn't work. Apparently it does exactly what I wanted 🙂.

3