mirror of https://github.com/status-im/reagent.git
Rename testmonitor
This commit is contained in:
parent
ca5ce00c34
commit
6c9f71e511
|
@ -5,7 +5,7 @@
|
|||
[reagenttest.testinterop]
|
||||
[reagenttest.testratom]
|
||||
[reagenttest.testratomasync]
|
||||
[reagenttest.testmonitor]
|
||||
[reagenttest.testtrack]
|
||||
[reagenttest.testwrap]
|
||||
[cljs.test :as test :include-macros true]
|
||||
[reagent.core :as r]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(ns reagenttest.testmonitor
|
||||
(ns reagenttest.testtrack
|
||||
(:require [cljs.test :as t :refer-macros [is deftest testing]]
|
||||
[reagent.ratom :as rv :refer [track] :refer-macros [run! reaction]]
|
||||
[reagent.debug :refer-macros [dbg]]
|
Loading…
Reference in New Issue