Skip to content

Commit

Permalink
modify multi captions test to ease multiple configuration (default, d…
Browse files Browse the repository at this point in the history
…omStorage, initial settings...)
  • Loading branch information
jeffcunat committed Jun 16, 2020
1 parent 03fdef5 commit f7cb33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/streaming.text.TextController.js
Expand Up @@ -40,7 +40,7 @@ describe('TextController', function () {
});

afterEach(function () {
if (global !== window) {
if (typeof window !== 'undefined' && global !== window) {
delete global.document;
}
});
Expand Down

0 comments on commit f7cb33d

Please sign in to comment.