Skip to content

Commit aa64e4c

Browse files
committed
fix(karma): add ie 11
1 parent a09c6a1 commit aa64e4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ const customLaunchers = {
1515
platform: 'Windows 10',
1616
version: '47.0'
1717
},
18+
sl_ie: {
19+
base: 'SauceLabs',
20+
browserName: 'internet explorer',
21+
platform: 'Windows 7',
22+
version: '11.0',
23+
},
1824
sl_edge: {
1925
base: 'SauceLabs',
2026
browserName: 'MicrosoftEdge',

0 commit comments

Comments
 (0)