Add missing indent to test code

This commit is contained in:
Juho Teperi 2020-02-05 23:34:11 +02:00
parent 785f884e23
commit c70f4f9c4e
1 changed files with 3 additions and 3 deletions

View File

@ -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)