diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:54:39 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:54:39 +0100 |
commit | 67c96a59f5af9e8404b3f904028e1c730d647498 (patch) | |
tree | 7f79e5cf9de8757188e5d58b543e44df41380f22 /test | |
parent | 6600e2e2b9863dc91601d94541a3808cf3ccc90c (diff) | |
download | jquery-67c96a59f5af9e8404b3f904028e1c730d647498.tar.gz jquery-67c96a59f5af9e8404b3f904028e1c730d647498.zip |
Build: Update npm deps, fix Sinon npmcopy config
All deps were updated except:
* jsdom - tests using a Symbol polyfill are hacky and break with newer jsdom;
we need to re-do them properly first
* qunitjs - versions 1.19.0 & 1.20.0 introduce race conditions to the tests,
making the fail randomly
Those two packages will be updated once issues related to them get resolved.
Fixes gh-2877
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index fa515c8e5..1e6343dad 100644 --- a/test/index.html +++ b/test/index.html @@ -14,7 +14,7 @@ <script src="../external/qunit/qunit.js"></script> <script src="../external/qunit-assert-step/qunit-assert-step.js"></script> - <script src="../external/sinon/sinon-1.14.1.js"></script> + <script src="../external/sinon/sinon.js"></script> <script src="../external/npo/npo.js"></script> <script src="../external/requirejs/require.js"></script> <!-- See testinit for the list of tests --> |