From 962c38b2a6780fb89dc66d3f2d5ed341d19a22b2 Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Sat, 28 Jul 2018 10:54:51 -0700 Subject: [PATCH] Remove isOldIE check in tests --- test/specs/__helpers.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/specs/__helpers.js b/test/specs/__helpers.js index d34cbda..efb4fc6 100644 --- a/test/specs/__helpers.js +++ b/test/specs/__helpers.js @@ -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; -- GitLab