From 955d5a02e4c72310ac82a26421c3d2bffbaae067 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Sat, 5 Mar 2016 23:29:29 -0700 Subject: [PATCH] =?UTF-8?q?Run=20ALL=20the=20tests=20=F0=9F=98=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- karma.conf.js | 2 +- test/specs/interceptors.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index a3af4bc..7a15530 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -70,7 +70,7 @@ module.exports = function(config) { if (runAll || process.env.SAUCE_IE) { // TODO These need to be fixed // customLaunchers.SL_IE8 = createCustomLauncher('internet explorer', 8, 'Windows 7'); - customLaunchers.SL_IE9 = createCustomLauncher('internet explorer', 9, 'Windows 2008'); + // customLaunchers.SL_IE9 = createCustomLauncher('internet explorer', 9, 'Windows 2008'); customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012'); customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1'); } diff --git a/test/specs/interceptors.spec.js b/test/specs/interceptors.spec.js index 20b42dc..de0e69b 100644 --- a/test/specs/interceptors.spec.js +++ b/test/specs/interceptors.spec.js @@ -53,7 +53,7 @@ describe('interceptors', function () { }); }); - fit('should add a request interceptor that returns a promise', function (done) { + it('should add a request interceptor that returns a promise', function (done) { axios.interceptors.request.use(function (config) { return new Promise(function (resolve) { // do something async