Skip to content

Commit

Permalink
Use chrome instead of IE for karma on windows (#24053)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Oct 16, 2018
1 parent f59f1cc commit 7d35a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function (grunt) {

switch (getOsPlatform()) {
case 'win32':
return 'IE';
return 'Chrome';
default:
return 'Chrome';
}
Expand Down

0 comments on commit 7d35a49

Please sign in to comment.