Skip to content

Commit

Permalink
Remove isOldIE check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored and emilyemorehouse committed Jun 1, 2019
1 parent e314ab0 commit 695b5f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/specs/__helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ axios = require('../../index');
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
jasmine.getEnv().defaultTimeoutInterval = 20000;

// Is this an old version of IE that lacks standard objects like DataView, ArrayBuffer, FormData, etc.
isOldIE = /MSIE (8|9)\.0/.test(navigator.userAgent);

// Get Ajax request using an increasing timeout to retry
getAjaxRequest = (function () {
var attempts = 0;
Expand Down

0 comments on commit 695b5f7

Please sign in to comment.