Determine overall status in core, not reporters

[#92261606]
[#78679648]
This commit is contained in:
Steve Gravrock
2017-11-14 14:49:41 -08:00
committed by Steve Gravrock
parent 5906a2c05c
commit db615e4186
8 changed files with 366 additions and 105 deletions

View File

@@ -209,6 +209,11 @@ body {
background-color: $passing-color;
}
&.jasmine-incomplete {
background-color: $neutral-color;
}
&.jasmine-skipped {
background-color: $neutral-color;
}