bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Fails on Clojure-Alpha20 #146

Closed burn2delete closed 6 years ago

burn2delete commented 6 years ago

TypeError: undefined is not an object (evaluating 'cljs.test.report')

metametadata commented 6 years ago

Seems to still be an issue with [org.clojure/clojure "1.9.0-beta1"].

miikka commented 6 years ago

ClojureScript does not yet work with 1.9.0-alpha20 and later. See CLJS-2352.

miikka commented 6 years ago

ClojureScript 1.9.946 has been released. I quickly tested doo with it and Clojure 1.9.0-beta1 and it seems to work. Thus I'm going to close this issue.

If I missed something, please reopen this issue with more information!