Use chrome instead of IE for karma on windows (#24053)

This commit is contained in:
liza-mae 2018-10-16 14:53:35 -06:00 committed by GitHub
parent f59f1ccf1b
commit 7d35a49d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ module.exports = function (grunt) {
switch (getOsPlatform()) {
case 'win32':
return 'IE';
return 'Chrome';
default:
return 'Chrome';
}