From 5b6df4454c7ad44b134d2e838efc44b54a2d137d Mon Sep 17 00:00:00 2001 From: anatoly Date: Wed, 30 Dec 2015 01:06:24 -0500 Subject: [PATCH] [test-cljs]: require mount to avoid clj <=> cljs require order problems --- build.boot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.boot b/build.boot index fbf893f..8717e85 100644 --- a/build.boot +++ b/build.boot @@ -76,6 +76,8 @@ (set-env! :source-paths #(conj % "test/core" "test/cljs")) (set-env! :resource-paths #{"test/resources"}) + (require '[mount.core]) + (comp (strip-deps-attr :attr :classifier :value "aot") (tcs/test-cljs ;; :optimizations :advanced