Removed support for Internet Explorer

This commit is contained in:
Steve Gravrock
2021-07-23 19:48:53 -07:00
parent 623eecdcec
commit fe0a83ba87
51 changed files with 137 additions and 707 deletions

View File

@@ -538,7 +538,6 @@ describe('QueueRunner', function() {
});
it('issues a more specific error if the function is `async`', function() {
jasmine.getEnv().requireAsyncAwait();
eval('var fn = async function(done){};');
var onException = jasmine.createSpy('onException'),
queueRunner = new jasmineUnderTest.QueueRunner({