Skip to content

Commit

Permalink
Missing ns update
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Nov 15, 2024
1 parent 64e1b9a commit 85463e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions test/reagenttest/testwrap.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
(swap! b inc)))
(is (= 24 @a @b))))

#_
(u/deftest ^:dom test-wrap
(let [compiler u/*test-compiler*
state (r/atom {:foo {:bar {:foobar 1}}})
Expand Down
9 changes: 4 additions & 5 deletions test/reagenttest/utils.cljs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
(ns reagenttest.utils
(:require-macros reagenttest.utils)
(:require ["react-dom/test-utils" :as react-test]
(:require-macros [reagenttest.utils :refer [act]])
(:require ["react" :as react]
[reagent.core :as r]
[reagent.dom :as rdom]
[reagent.dom.server :as server]
[reagent.dom.client :as rdomc]
[reagent.debug :as debug]
[reagent.dom.client :as rdomc]
[reagent.dom.server :as server]
[reagent.impl.template :as tmpl]))

;; Silence ReactDOM.render warning
Expand Down

0 comments on commit 85463e6

Please sign in to comment.