mirror of https://github.com/status-im/reagent.git
Add missing indent to test code
This commit is contained in:
parent
785f884e23
commit
c70f4f9c4e
|
@ -198,9 +198,9 @@
|
|||
child (fn [p]
|
||||
(swap! child-ran inc)
|
||||
[:div (:val p)])
|
||||
parent(fn []
|
||||
(swap! parent-ran inc)
|
||||
[:div "child-foo" [child @child-props]])]
|
||||
parent (fn []
|
||||
(swap! parent-ran inc)
|
||||
[:div "child-foo" [child @child-props]])]
|
||||
(with-mounted-component [parent nil nil]
|
||||
(fn [c div]
|
||||
(r/flush)
|
||||
|
|
Loading…
Reference in New Issue