1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-24 22:35:56 +02:00

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 () {