rgrempel / elm-route-url

Router for single-page-apps in Elm
http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest
MIT License
196 stars 16 forks source link

Add tests #29

Open rgrempel opened 7 years ago

rgrempel commented 7 years ago

I've added a bit of a test process to run on Travis, but so far it is limited to compiling the examples. I should write some actual tests at some point ... presumably via webdriver, since we'll want to test browser interactions.

rgrempel commented 6 years ago

I've added some tests in #31 -- will do some more test coverage when updating for Elm 0.19 (when that is out).