Skip to content

Commit 1a4d08b

Browse files
committed
Update QUnit, phantomjs.
1 parent 3648aa4 commit 1a4d08b

File tree

4 files changed

+448
-235
lines changed

4 files changed

+448
-235
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"underscore" : ">=1.4.3"
99
},
1010
"devDependencies": {
11-
"phantomjs": "0.2.2"
11+
"phantomjs": "1.8.1-3"
1212
},
1313
"scripts": {
1414
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"

test/vendor/qunit.css

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
2+
* QUnit v1.11.0 - A JavaScript Unit Testing Framework
33
*
44
* http://qunitjs.com
55
*
@@ -20,7 +20,7 @@
2020

2121
/** Resets */
2222

23-
#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
23+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
2424
margin: 0;
2525
padding: 0;
2626
}
@@ -111,7 +111,12 @@
111111
color: #000;
112112
}
113113

114-
#qunit-tests ol {
114+
#qunit-tests li .runtime {
115+
float: right;
116+
font-size: smaller;
117+
}
118+
119+
.qunit-assert-list {
115120
margin-top: 0.5em;
116121
padding: 0.5em;
117122

@@ -122,6 +127,10 @@
122127
-webkit-border-radius: 5px;
123128
}
124129

130+
.qunit-collapsed {
131+
display: none;
132+
}
133+
125134
#qunit-tests table {
126135
border-collapse: collapse;
127136
margin-top: .2em;

0 commit comments

Comments
 (0)