Update to QUnit 1.6.0

This commit is contained in:
Jörn Zaefferer 2012-05-04 12:24:20 +02:00
parent f6c0b71ae9
commit cb91ad932c
2 changed files with 757 additions and 656 deletions

6
external/qunit.css vendored
View File

@ -1,5 +1,5 @@
/**
* QUnit v1.5.0pre - A JavaScript Unit Testing Framework
* QUnit v1.6.0 - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
@ -56,6 +56,7 @@
#qunit-header label {
display: inline-block;
padding-left: 0.5em;
}
#qunit-banner {
@ -220,6 +221,9 @@
border-bottom: 1px solid white;
}
#qunit-testresult .module-name {
font-weight: bold;
}
/** Fixture */

1051
external/qunit.js vendored

File diff suppressed because it is too large Load Diff