mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Update Edge testing in Sauce.
This commit is contained in:
@@ -97,7 +97,8 @@ var browserNameMap = {
|
|||||||
'googlechrome': 'Chrome',
|
'googlechrome': 'Chrome',
|
||||||
'iehta': 'Internet Explorer',
|
'iehta': 'Internet Explorer',
|
||||||
'ipad': 'iPad',
|
'ipad': 'iPad',
|
||||||
'iphone': 'iPhone'
|
'iphone': 'iPhone',
|
||||||
|
'microsoftedge': 'Edge'
|
||||||
};
|
};
|
||||||
|
|
||||||
/** List of platforms to load the runner on. */
|
/** List of platforms to load the runner on. */
|
||||||
@@ -107,7 +108,7 @@ var platforms = [
|
|||||||
['Windows 10', 'chrome', '47'],
|
['Windows 10', 'chrome', '47'],
|
||||||
['Windows 10', 'firefox', '44'],
|
['Windows 10', 'firefox', '44'],
|
||||||
['Windows 10', 'firefox', '43'],
|
['Windows 10', 'firefox', '43'],
|
||||||
['Windows 10', 'microsoftedge', '20.10240'],
|
['Windows 10', 'microsoftedge', '13'],
|
||||||
['Windows 10', 'internet explorer', '11'],
|
['Windows 10', 'internet explorer', '11'],
|
||||||
['Windows 8', 'internet explorer', '10'],
|
['Windows 8', 'internet explorer', '10'],
|
||||||
['Windows 7', 'internet explorer', '9'],
|
['Windows 7', 'internet explorer', '9'],
|
||||||
|
|||||||
Reference in New Issue
Block a user