Update karma.conf.js

This commit is contained in:
当耐特 2018-05-22 08:57:40 +08:00 committed by GitHub
parent e0915cef13
commit eef837a246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -34,18 +34,6 @@ var sauceLabsLaunchers = {
browserName: 'internet explorer',
version: '11.103',
platform: 'Windows 10'
},
sl_ie_10: {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '10.0',
platform: 'Windows 7'
},
sl_ie_9: {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '9.0',
platform: 'Windows 7'
}
};