Skip to content

Commit c5ba66a

Browse files
IE needs to run by itself, due to Babel transforms
1 parent bc57306 commit c5ba66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = karmaConfig({
1414
firefox: host.ci ? host.os.linux : true,
1515
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
1616
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
17-
ie: host.os.windows,
17+
ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
1818
},
1919
});

0 commit comments

Comments
 (0)