Fixed test failure on IE

This commit is contained in:
Steve Gravrock
2019-08-30 09:13:12 -07:00
parent f77ee32c56
commit c42358c686

View File

@@ -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() {}