elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Remove Expect.true and Expect.false #46

Closed drathier closed 6 years ago

drathier commented 6 years ago

These are the same changes as we merged in https://github.com/elm-community/elm-test/pull/242.

mgold commented 6 years ago

So... do we have a MAJOR change on master now?

rtfeldman commented 6 years ago

Yep! I think that's fine...if we need to do a minor or patch release in the interim, I'm fine with branching off 1.0.0 just for that.