Fixed test failure on IE
This commit is contained in:
@@ -228,6 +228,8 @@ describe('AsyncExpectation', function() {
|
|||||||
|
|
||||||
describe('async matchers', function() {
|
describe('async matchers', function() {
|
||||||
it('makes custom matchers available to this expectation', function() {
|
it('makes custom matchers available to this expectation', function() {
|
||||||
|
jasmine.getEnv().requirePromises();
|
||||||
|
|
||||||
var asyncMatchers = {
|
var asyncMatchers = {
|
||||||
toFoo: function() {},
|
toFoo: function() {},
|
||||||
toBar: function() {}
|
toBar: function() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user