deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Fix compile error in example in README #23

Closed jessitron closed 8 years ago

jessitron commented 9 years ago

Without this additional import, the example doesn't work as specified.

jessitron commented 9 years ago

Added a commit that makes the library compile under 0.15.1

I'm guessing that the CI build is not using elm 0.15.1, since it failed with an unhelpful error message.

deadfoxygrandpa commented 8 years ago

Just getting around to this. It's been fixed in a different way by refactoring the library and updating the README.