Showing with 7,772 additions and 6,218 deletions.
  1. +3 −0 .babelrc
  2. +1 −0 .npmrc
  3. +1 −1 Gruntfile.js
  4. +2 −2 external/npo/npo.js
  5. +3 −4 external/qunit/LICENSE.txt
  6. +14 −3 external/qunit/qunit.css
  7. +1,171 −218 external/qunit/qunit.js
  8. +95 −42 external/requirejs/require.js
  9. +27 −0 external/sinon/LICENSE.txt
  10. +0 −5,931 external/sinon/sinon-1.14.1.js
  11. +6,437 −0 external/sinon/sinon.js
  12. +17 −16 package.json
  13. +1 −1 test/index.html
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
1 .npmrc
@@ -0,0 +1 @@
save-exact=true
@@ -101,7 +101,7 @@ module.exports = function( grunt ) {

"requirejs/require.js": "requirejs/require.js",

"sinon/fake_timers.js": "sinon/lib/sinon/util/fake_timers.js",
"sinon/sinon.js": "sinon/pkg/sinon.js",
"sinon/LICENSE.txt": "sinon/LICENSE"
}
}

Some generated files are not rendered by default. Learn more.

@@ -30,7 +30,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

====

All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
All files located in the node_modules directory are externally maintained
libraries used by this software which have their own licenses; we
recommend you read them, as their terms may differ from the terms above.
@@ -1,12 +1,12 @@
/*!
* QUnit 1.17.1
* QUnit 1.18.0
* http://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-01-20T19:39Z
* Date: 2015-04-03T10:23Z
*/

/** Font Family and Sizes */
@@ -116,7 +116,13 @@

#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
display: none;
visibility: hidden;
position: absolute;
width: 0px;
height: 0px;
padding: 0;
border: 0;
margin: 0;
}

#qunit-tests li strong {
@@ -132,6 +138,11 @@
color: #C2CCD1;
text-decoration: none;
}

#qunit-tests li p a {
padding: 0.25em;
color: #6B6464;
}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
color: #000;