Update test styles.

This commit is contained in:
Lars Jung 2015-04-23 13:41:20 +02:00
parent e7d97d4b66
commit 239157df30
3 changed files with 143 additions and 186 deletions

View file

@ -26,7 +26,7 @@ function update() {
function onEnd() {
$('#mocha-overlay').addClass($('.test.fail').length ? 'fail' : 'pass');
$('#report').addClass($('.test.fail').length ? 'fail' : 'pass');
$('#mocha-overlay code').each(function () {