elm-html-test
elm-html-test copied to clipboard
What's the relation between this project and elm-explorations/test?
Hey! I'm still getting started with tests so I'm easily confused.
The elm-explorations/test package exposes Test.Html.Event, Test.Html.Query and Test.Html.Selector with very similar API. Was this project merged with the other? Which one should I use? Are there any differences? Perhaps this should be addressed in the ReadMe.
If you are using elm 19 use elm-explorations/test.
This package support elm 18.
Therefore, unless you are maintaining old code, use the other package.
Perhaps this should be addressed in the ReadMe.
I made a pull request to do exactly that but I don't think anyone with the power to push commits to this repo still watches it.
cc @eeue56 https://github.com/eeue56/elm-html-test/pull/70