Display deprecation warnings in HTML reporter

- Also no longer check for stack since IE doesn't do that

[#154746527]
This commit is contained in:
Gregg Van Hove
2018-02-05 12:11:36 -08:00
parent 5afe1222f4
commit 24bf3489dc
6 changed files with 87 additions and 14 deletions

View File

@@ -216,6 +216,10 @@ body {
background-color: $failing-color;
}
&.jasmine-warning {
background-color: $pending-color;
}
&.jasmine-menu {
background-color: #fff;
color: $faint-text-color;