Fork me on GitHub
#kaocha
<
2021-08-17
>
richiardiandrea20:08:00

Hi there, I cannot make the watch mode work in the repl...I am using this (kaocha/run 'myset.view-models-test {:watch? true :fail-fast? true}) Am I doing it wrong?

Alys Brooks16:08:18

Sorry I didn't see this sooner. It seems like that should work. You can try :kaocha/watch? instead. It may be that the namespace isn't being added like it would in a tests.edn file.

richiardiandrea17:08:00

Ok let me try that - the test was taken into consideration cause I can run it without watching it

richiardiandrea20:08:35

tried (k/run *ns* {:kaocha/watch? true}) and no, it is not watching...please let me know if you want me to try something else 😄