hyperfiddle / rcf

RCF – a REPL-first, async test macro for Clojure/Script
MIT License
279 stars 12 forks source link

ClojureScript reporter should print to remote repl, not console.log #81

Open dustingetz opened 1 year ago

dustingetz commented 1 year ago

We want https://github.com/dustingetz/missionary-quickstart to print to the REPL window not browser, but the default reporter uses console.log. Was there a reason for this? AFAICT this is because (print "✅") does not flush in ClojureScript ever unless followed by a newline. flush in CLJS is noop.