kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
ikitommi 2020-07-22T19:30:35.452400Z

how should the preloads work? this doesn’t seem to work:

#kaocha/v1
{:tests [{:id   :unit
          :type :kaocha.type/clojure.test}
         {:id   :unit-cljs
          :plugins [:preloads]
          :kaocha.plugin.preloads/ns-names [sci.core]
          :type :kaocha.type/cljs}]}

ikitommi 2020-07-22T19:30:56.452500Z

tried also adding those to top-level, with no luck.