Open tad-lispy opened 5 years ago
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.
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
andTest.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.