mirror of https://github.com/status-im/reagent.git
Fix test ns name again
This commit is contained in:
parent
31a72ff5c4
commit
a2669b3671
|
@ -2,7 +2,7 @@
|
|||
(:require [cljs.test :as t :refer-macros [is deftest]]
|
||||
[reagent.debug :refer-macros [dbg println log]]
|
||||
[reagent.core :as r]
|
||||
[testreagent.utils :as u :refer [with-mounted-component found-in]]))
|
||||
[reagenttest.utils :as u :refer [with-mounted-component found-in]]))
|
||||
|
||||
(deftest test-wrap-basic
|
||||
(let [state (r/atom {:foo 1})
|
||||
|
|
Loading…
Reference in New Issue