Skip to content

Commit 5a4228b

Browse files
RikkiGibsonemilyemorehouse
authored andcommitted
Remove IE10 launcher from karma config
1 parent 695b5f7 commit 5a4228b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ module.exports = function(config) {
8282

8383
// IE
8484
if (runAll || process.env.SAUCE_IE) {
85-
customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012');
8685
customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1');
8786
}
8887

0 commit comments

Comments
 (0)