Closed brookeangel closed 7 years ago
Previously, Query.children returned the parent element as well as its immediate children. This PR ensures that it only returns the immediate children, and updates tests.
Query.children
@brookeangel did you mean to delete this?
Oops yes, moved to something that hopefully actually works instead of this thing that definitely does not work! https://github.com/eeue56/elm-html-test/pull/11
Previously,
Query.children
returned the parent element as well as its immediate children. This PR ensures that it only returns the immediate children, and updates tests.