mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Use chrome instead of IE for karma on windows (#24053)
This commit is contained in:
parent
f59f1ccf1b
commit
7d35a49d4a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = function (grunt) {
|
|||
|
||||
switch (getOsPlatform()) {
|
||||
case 'win32':
|
||||
return 'IE';
|
||||
return 'Chrome';
|
||||
default:
|
||||
return 'Chrome';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue