mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Change sauce detect in test/underscore.html. [ci skip]
This commit is contained in:
@@ -36,6 +36,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
'Chaining': {
|
'Chaining': {
|
||||||
|
'select/reject/sortBy': [
|
||||||
|
'Died on test #1'
|
||||||
|
],
|
||||||
'reverse/concat/unshift/pop/map': [
|
'reverse/concat/unshift/pop/map': [
|
||||||
'"34, 10, 8, 6, 4, 2, 10, 10"'
|
'"34, 10, 8, 6, 4, 2, 10, 10"'
|
||||||
]
|
]
|
||||||
@@ -64,7 +67,7 @@
|
|||||||
},
|
},
|
||||||
'Objects': {
|
'Objects': {
|
||||||
'isEqual': [
|
'isEqual': [
|
||||||
'Died on test #78'
|
'Died on test #63'
|
||||||
],
|
],
|
||||||
'keys': [
|
'keys': [
|
||||||
'throws an error for `null` values',
|
'throws an error for `null` values',
|
||||||
@@ -98,7 +101,7 @@
|
|||||||
delete QUnit.config.excused.Utility['_.unescape'];
|
delete QUnit.config.excused.Utility['_.unescape'];
|
||||||
}
|
}
|
||||||
// only excuse in Sauce Labs
|
// only excuse in Sauce Labs
|
||||||
if (location.port != '8081') {
|
if (location.port != '9001') {
|
||||||
delete QUnit.config.excused.Objects.isEqual;
|
delete QUnit.config.excused.Objects.isEqual;
|
||||||
delete QUnit.config.excused.Utility.times;
|
delete QUnit.config.excused.Utility.times;
|
||||||
delete QUnit.config.excused.Utility.uniqueId;
|
delete QUnit.config.excused.Utility.uniqueId;
|
||||||
|
|||||||
Reference in New Issue
Block a user