We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd275ff commit bea1da2Copy full SHA for bea1da2
karma.conf.js
@@ -13,9 +13,9 @@ 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 : true,
+ // ie: host.ci ? host.os.windows : true,
19
},
20
config: {
21
exclude: [
0 commit comments