Skip to content

Commit ba71755

Browse files
committed
Update to QUnit 1.5.0
1 parent e036239 commit ba71755

File tree

3 files changed

+269
-229
lines changed

3 files changed

+269
-229
lines changed

test/qunit/qunit.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* QUnit v1.3.0pre - A JavaScript Unit Testing Framework
2+
* QUnit v1.5.0 - A JavaScript Unit Testing Framework
33
*
44
* http://docs.jquery.com/QUnit
55
*
@@ -220,6 +220,9 @@
220220

221221
border-bottom: 1px solid white;
222222
}
223+
#qunit-testresult .module-name {
224+
font-weight: bold;
225+
}
223226

224227
/** Fixture */
225228

0 commit comments

Comments
 (0)