Switch to use npm sinon
Showing
3 changed files
with
6 additions
and
2 deletions
libs/sinon/sinon-server-1.9.0.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
19 | }, | 19 | }, |
20 | "dependencies": { | 20 | "dependencies": { |
21 | "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-10", | 21 | "video.js": "git+https://github.com/dmlap/video-js.git#v4.3.0-10", |
22 | "videojs-contrib-media-sources": "git+https://github.com/dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes" | 22 | "videojs-contrib-media-sources": "git+https://github.com/dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes", |
23 | "sinon": "~1.9.0" | ||
23 | } | 24 | } |
24 | } | 25 | } | ... | ... |
... | @@ -4,7 +4,10 @@ | ... | @@ -4,7 +4,10 @@ |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title>video.js HLS Plugin Test Suite</title> | 5 | <title>video.js HLS Plugin Test Suite</title> |
6 | <!-- Load sinon server for fakeXHR --> | 6 | <!-- Load sinon server for fakeXHR --> |
7 | <script src="../libs/sinon/sinon-server-1.9.0.js"></script> | 7 | <script src="../node_modules/sinon/lib/sinon.js"></script> |
8 | <script src="../node_modules/sinon/lib/sinon/util/event.js"></script> | ||
9 | <script src="../node_modules/sinon/lib/sinon/util/xhr_ie.js"></script> | ||
10 | <script src="../node_modules/sinon/lib/sinon/util/fake_xml_http_request.js"></script> | ||
8 | 11 | ||
9 | <!-- Load local QUnit. --> | 12 | <!-- Load local QUnit. --> |
10 | <link rel="stylesheet" href="../libs/qunit/qunit.css" media="screen"> | 13 | <link rel="stylesheet" href="../libs/qunit/qunit.css" media="screen"> | ... | ... |
-
Please register or sign in to post a comment