Check for syntax and standard library objects that don't work in IE
This commit is contained in:
@@ -40,7 +40,7 @@ describe('jasmineUnderTest.util', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
jasmine.getEnv().requirePromises();
|
||||
mockNativePromise = new Promise(function(res, rej) {});
|
||||
mockNativePromise = new Promise(function(res, rej) {}); // eslint-disable-line compat/compat
|
||||
mockPromiseLikeObject = new mockPromiseLike();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user