diff --git a/test/mount/test.cljc b/test/mount/test.cljc index 96a136d..b36c5b1 100644 --- a/test/mount/test.cljc +++ b/test/mount/test.cljc @@ -2,7 +2,7 @@ (:require #?@(:cljs [[cljs.test :as t] [doo.runner :refer-macros [doo-tests]]] - :clj [clojure.test :as t]) + :clj [[clojure.test :as t]]) [mount.core :as mount] mount.test.fun-with-values @@ -10,8 +10,10 @@ (mount/in-cljc-mode) -(doo.runner/doo-tests 'mount.test.fun-with-values - 'mount.test.private-fun) +#?(:cljs + (doo-tests 'mount.test.fun-with-values + 'mount.test.private-fun)) + ;; (doo.runner/do-all-tests) (defn run-tests []