Line-break long expectation failure messages

This makes failures somewhat easier to read. We still preserve whitespace
within lines to make whitespace-only failures readable, e.g.
expect('foo  bar').toEqual('foo bar'). See #296.
This commit is contained in:
Steve Gravrock
2018-05-12 09:42:38 -07:00
parent ced2b114e4
commit e2d9eefccd
2 changed files with 2 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ body {
color: $text-color;
white-space: pre;
white-space: pre-wrap;
}
.jasmine-result-message span.jasmine-result {