Fork me on GitHub
#kaocha
<
2020-11-20
>
andrea.crotti13:11:29

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

andrea.crotti13:11:44

and it handles the clijs compilation itself?

plexus17:11:11

yes, it uses a clojurescript repl-env

plexus17:11:44

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