Skip to content

Commit a758831

Browse files
Updated browsers for CI and local testing
1 parent ced125f commit a758831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module.exports = karmaConfig({
1313
browsers: {
1414
chrome: host.ci ? host.os.linux : true,
1515
firefox: host.ci ? host.os.linux : true,
16-
safari: host.ci ? host.os.linux : host.os.mac,
17-
edge: host.ci ? host.os.linux : host.os.windows,
18-
ie: host.os.windows,
16+
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
17+
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
18+
ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
1919
},
2020
});

0 commit comments

Comments
 (0)