From 7b6f541e9dd03ec8554b9f0c0739f4966c4a7e68 Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Sat, 28 Jul 2018 10:56:37 -0700 Subject: [PATCH] Remove IE10 launcher from karma config --- karma.conf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index ec8d571..a2f4778 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -68,7 +68,6 @@ module.exports = function(config) { // IE if (runAll || process.env.SAUCE_IE) { - customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012'); customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1'); }