[cljs tests]: splicing :clj imports

This commit is contained in:
anatoly 2015-12-08 00:56:34 -05:00
parent 268162324f
commit f06dc427f0

View file

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