diff --git a/common/dev/user.clj b/common/dev/user.clj index fc379cc343..3f56de5f4e 100644 --- a/common/dev/user.clj +++ b/common/dev/user.clj @@ -38,7 +38,7 @@ ;; --- Development Stuff (defn- run-tests - ([] (run-tests #"^common-tests.test-.*$")) + ([] (run-tests #"^common-tests.*-test$")) ([o] (repl/refresh) (cond diff --git a/common/src/app/common/geom/shapes/transforms.cljc b/common/src/app/common/geom/shapes/transforms.cljc index 6028c6a097..582c59167c 100644 --- a/common/src/app/common/geom/shapes/transforms.cljc +++ b/common/src/app/common/geom/shapes/transforms.cljc @@ -22,7 +22,8 @@ [app.common.types.modifiers :as ctm] [app.common.uuid :as uuid])) -#?(:clj (set! *warn-on-reflection* true)) +#?(:clj (set! *warn-on-reflection* true) + :cljs (ex/ignoring nil)) ;; --- Relative Movement