Skip to content

Commit

Permalink
@gkatsev added es6-shim to tests. Fixes Flash duration test. closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jul 22, 2016
1 parent b270f58 commit 3e9c53f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions test/globals-shim.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'es6-shim';
import document from 'global/document';
import window from 'global/window';
import sinon from 'sinon';
Expand Down

0 comments on commit 3e9c53f

Please sign in to comment.