1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@gkatsev added es6-shim to tests. Fixes Flash duration test. closes #3453

This commit is contained in:
Gary Katsevman 2016-07-22 12:07:37 -04:00
parent b270f58bc8
commit 3e9c53f84f
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ CHANGELOG
* @ntadej added a null check to errorDisplay usage ([view](https://github.com/videojs/video.js/pull/3440))
* @misteroneill fixed logging issues on IE by separating fn.apply and stringify checks ([view](https://github.com/videojs/video.js/pull/3444))
* @misteroneill fixed npm test from running coveralls locally ([view](https://github.com/videojs/video.js/pull/3449))
* @gkatsev added es6-shim to tests. Fixes Flash duration test ([view](https://github.com/videojs/video.js/pull/3453))
--------------------

View File

@ -44,6 +44,7 @@
"chg": "^0.3.2",
"css": "^2.2.0",
"es5-shim": "^4.1.3",
"es6-shim": "^0.35.1",
"gkatsev-grunt-sass": "^1.1.1",
"grunt": "^0.4.4",
"grunt-aws-s3": "^0.12.1",

View File

@ -1,3 +1,4 @@
import 'es6-shim';
import document from 'global/document';
import window from 'global/window';
import sinon from 'sinon';