kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-11-20T13:41:29.097900Z

did I understand correctly from the docs that kaocha-cljs doesn't need to have another process compiling all the CLJS before it runs?

2020-11-20T13:41:44.098400Z

and it handles the clijs compilation itself?

plexus 2020-11-20T17:26:11.098900Z

yes, it uses a clojurescript repl-env

plexus 2020-11-20T17:26:44.099400Z

we don't compile a blob, we just start a repl and send (require ...) and (foo-test) forms to it