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

This commit is contained in:
liza-mae 2018-10-16 16:42:34 -06:00 committed by GitHub
parent 7497592c5d
commit 075e83fd4b
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';
}