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

Fix CI build after bump to 1.2.0 #50

Closed avh4 closed 5 years ago

avh4 commented 5 years ago

Ideally, we should look at automating this to grab the value from /elm.json instead of having to update this manually everywhere, but this fixes it for now.

rtfeldman commented 5 years ago

Looks good, thanks @avh4!