mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 13:24:47 +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)]
|
||||
[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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user