We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c0b71 commit cb91ad9Copy full SHA for cb91ad9
external/qunit.css
@@ -1,5 +1,5 @@
1
/**
2
- * QUnit v1.5.0pre - A JavaScript Unit Testing Framework
+ * QUnit v1.6.0 - A JavaScript Unit Testing Framework
3
*
4
* http://docs.jquery.com/QUnit
5
@@ -56,6 +56,7 @@
56
57
#qunit-header label {
58
display: inline-block;
59
+ padding-left: 0.5em;
60
}
61
62
#qunit-banner {
@@ -220,6 +221,9 @@
220
221
222
border-bottom: 1px solid white;
223
224
+#qunit-testresult .module-name {
225
+ font-weight: bold;
226
+}
227
228
/** Fixture */
229
0 commit comments