kaocha

Apple 2022-04-15T15:59:05.644309Z

can you start kaocha watch mode from repl?

Apple 2022-04-15T17:34:54.426919Z

this works:

(:require [kaocha.watch :as kw]
          [kaocha.config :as kc])
(kw/run (assoc (kc/default-config) :kaocha/watch? true))

❤️ 1