Skip to content

Commit

Permalink
Remove IE10 launcher from karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored and emilyemorehouse committed Jun 1, 2019
1 parent 695b5f7 commit 5a4228b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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');
}

Expand Down

0 comments on commit 5a4228b

Please sign in to comment.