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 59 forks source link

Tests for maximum by and minimum by #117

Closed frankschmitt closed 5 years ago

frankschmitt commented 5 years ago

I noticed that there were no tests for maximumBy and minimumBy, so I added some simple tests for both of them (in essence, I copied the tests for maximumWith / minimumWith and changed the predicate)

Chadtech commented 5 years ago

Thank you!