2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Remove IE10 launcher from karma config

This commit is contained in:
Rikki Gibson
2018-07-28 10:56:37 -07:00
committed by Khaled Garbaya
parent 962c38b2a6
commit 7b6f541e9d
-1
View File
@@ -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');
}