eeue56 / elm-html-test

Test elm-html in Elm!
http://package.elm-lang.org/packages/eeue56/elm-html-test/latest
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

Fix the children query #10

Closed brookeangel closed 7 years ago

brookeangel commented 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.

eeue56 commented 7 years ago

@brookeangel did you mean to delete this?

brookeangel commented 7 years ago

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