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 bc57306 commit c5ba66aCopy full SHA for c5ba66a
karma.conf.js
@@ -14,6 +14,6 @@ module.exports = karmaConfig({
14
firefox: host.ci ? host.os.linux : true,
15
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
16
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
17
- ie: host.os.windows,
+ ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
18
},
19
});
0 commit comments