mirror of
https://github.com/status-im/reagent.git
synced 2025-01-14 05:45:06 +00:00
Fix test-running in advanced compilation
This commit is contained in:
parent
69b54410aa
commit
fb7310870a
@ -4,7 +4,8 @@
|
|||||||
:refer (is deftest with-test run-tests testing)]
|
:refer (is deftest with-test run-tests testing)]
|
||||||
[cloact.debug :refer [dbg println]])
|
[cloact.debug :refer [dbg println]])
|
||||||
(:require [cemerick.cljs.test :as t]
|
(: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]
|
(defn ^:export console-print [x]
|
||||||
(when (not= x "\n")
|
(when (not= x "\n")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user