did I understand correctly from the docs that kaocha-cljs doesn't need to have another process compiling all the CLJS before it runs?
and it handles the clijs compilation itself?
yes, it uses a clojurescript repl-env
we don't compile a blob, we just start a repl and send (require ...)
and (foo-test)
forms to it