From c42358c68623dd0b735071bf0a45367d263180be Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Fri, 30 Aug 2019 09:13:12 -0700 Subject: [PATCH] Fixed test failure on IE --- spec/core/AsyncExpectationSpec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/core/AsyncExpectationSpec.js b/spec/core/AsyncExpectationSpec.js index 3d4eb426..9b2e3f26 100644 --- a/spec/core/AsyncExpectationSpec.js +++ b/spec/core/AsyncExpectationSpec.js @@ -228,6 +228,8 @@ describe('AsyncExpectation', function() { describe('async matchers', function() { it('makes custom matchers available to this expectation', function() { + jasmine.getEnv().requirePromises(); + var asyncMatchers = { toFoo: function() {}, toBar: function() {}