Thanks @ErikSchierboom for adding lots of new exercises to the ClojureScript track!
I’ve attempted several of the new exercises, but always get the following message:

(The location is different for each exercise. This example is from accumulate.)
I noticed that tests for the new exercises require clojure.test, whereas tests for older exercises require cljs.test. I think (based on this) that clojure.test is automatically treated as an alias for cljs.test, so that might not have anything to do with it…