Skip to content

Commit 695b5f7

Browse files
RikkiGibsonemilyemorehouse
authored andcommitted
Remove isOldIE check in tests
1 parent e314ab0 commit 695b5f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/specs/__helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ axios = require('../../index');
1111
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
1212
jasmine.getEnv().defaultTimeoutInterval = 20000;
1313

14-
// Is this an old version of IE that lacks standard objects like DataView, ArrayBuffer, FormData, etc.
15-
isOldIE = /MSIE (8|9)\.0/.test(navigator.userAgent);
16-
1714
// Get Ajax request using an increasing timeout to retry
1815
getAjaxRequest = (function () {
1916
var attempts = 0;

0 commit comments

Comments
 (0)