Skip to content

Commit c04bebc

Browse files
authored
fix(karma.conf.js): add ie10
1 parent 77588c2 commit c04bebc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

karma.conf.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ const customLaunchers = {
1515
platform: 'Windows 10',
1616
version: '47.0'
1717
},
18-
sl_ie: {
18+
sl_ie10: {
1919
base: 'SauceLabs',
2020
browserName: 'internet explorer',
2121
platform: 'Windows 7',
22+
version: '10.0',
23+
},
24+
sl_ie11: {
25+
base: 'SauceLabs',
26+
browserName: 'internet explorer',
27+
platform: 'Windows 10',
2228
version: '11.0',
2329
},
2430
sl_edge: {

0 commit comments

Comments
 (0)