Skip to content

Commit 4eb7475

Browse files
committed
chore: Reactivate Edge tests
1 parent d0ac2c5 commit 4eb7475

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

karma.conf.saucelabs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ var browsers = {
1818
browserName: 'internet explorer',
1919
platform: 'Windows 10',
2020
version: '11.103'
21-
}/*,
21+
},
2222
sl_edge: {
2323
base: 'SauceLabs',
2424
browserName: 'MicrosoftEdge',
2525
platform: 'Windows 10',
2626
version: '13.10586'
2727
}
28-
*/
2928
}
3029

3130
module.exports = function (config) {

0 commit comments

Comments
 (0)