elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 58 forks source link

Update tests for 0.19 #108

Closed rlefevre closed 5 years ago

rlefevre commented 5 years ago

I needed this to validate some new tests, so I thought I could as well make a pull request.

I tested with elm-test@0.19.0-beta4, there was an issue with groupWhile that is fixed by the second commit (it seems that there was a mistake while updating the tests during last groupWhile behavior change).

Chadtech commented 5 years ago

Okay. These tests work for me when I run them locally with the latest version of elm-test (0.19.0-beta5).

Thanks a lot for doing this, its something that needed to get done.

rlefevre commented 5 years ago

By the way, I noticed too late that I forgot to remove tests/.gitignore. You may want to remove it as I don't think that it will be useful anymore.

Chadtech commented 5 years ago

Great. Yeah and the travis set up needs to be updated too, but I think I will update that when elm-test is past beta.