From fb7310870a98c56f354229c4879678bd6bf83f7a Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Fri, 10 Jan 2014 14:27:59 +0100 Subject: [PATCH] Fix test-running in advanced compilation --- test/runtests.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.cljs b/test/runtests.cljs index 20ee6ea..93310c2 100644 --- a/test/runtests.cljs +++ b/test/runtests.cljs @@ -4,7 +4,8 @@ :refer (is deftest with-test run-tests testing)] [cloact.debug :refer [dbg println]]) (:require [cemerick.cljs.test :as t] - [cloact.core :as cloact :refer [atom]])) + [cloact.core :as cloact :refer [atom]] + [demo :as demo])) (defn ^:export console-print [x] (when (not= x "\n")