Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 23, 2024
1 parent 09fce7b commit 7a71f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/todomvc/views_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
(get-in (second element) path)))
elements))))

(defn- flatten-actions [actionss]
(defn- flatten-actionss [actionss]
(reduce into [] actionss))

(defn- select-actions [selector path data]
(->> (select-attribute selector path data)
flatten-actions))
flatten-actionss))

#_{:clj-kondo/ignore [:private-call]}
(defn test-add-view-mount [state]
Expand Down

0 comments on commit 7a71f89

Please sign in to comment.