We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9bd91 commit 5d7f895Copy full SHA for 5d7f895
karma.conf.js
@@ -13,8 +13,8 @@ module.exports = karmaConfig({
13
browsers: {
14
chrome: host.ci ? host.os.linux : true,
15
firefox: host.ci ? host.os.linux : true,
16
- safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
+ // 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
+ // ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
19
},
20
});
0 commit comments