forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One subtlety of the filterDescribe() helper in our tests is that it does not stop the body of the describe() block from being executed. It only suppresses the execution of the various "before/after" blocks and the tests in it(). So the new functional unit tests on factory functions failed on IE, since the various definitions being eval'd for the tests were set in the describe() body. Now they are created in beforeAll(), which is supressed on non-ES6 platforms. Change-Id: Ia92c7aa33a89e0217bf9a0394b43753f120ec16d
- Loading branch information
1 parent
f073abc
commit b105199
Showing
1 changed file
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters