Skip to content

Commit cb91ad9

Browse files
committed
Update to QUnit 1.6.0
1 parent f6c0b71 commit cb91ad9

File tree

2 files changed

+759
-658
lines changed

2 files changed

+759
-658
lines changed

external/qunit.css

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

5757
#qunit-header label {
5858
display: inline-block;
59+
padding-left: 0.5em;
5960
}
6061

6162
#qunit-banner {
@@ -220,6 +221,9 @@
220221

221222
border-bottom: 1px solid white;
222223
}
224+
#qunit-testresult .module-name {
225+
font-weight: bold;
226+
}
223227

224228
/** Fixture */
225229

0 commit comments

Comments
 (0)