deadfoxygrandpa / elm-test

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

elementRunner doesn't handle line wrap well #39

Closed mgold closed 8 years ago

mgold commented 8 years ago

When my browser window is wide enough, things look fine: screen shot 2016-02-17 at 12 55 49 pm

But when it's not, this happens:

screen shot 2016-02-17 at 12 55 37 pm

It also doesn't look good if the messages include newlines:

screen shot 2016-02-17 at 1 03 28 pm

The fix is to redo the element runner and release a minor version.