mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Avoid buggy tests in safari in sauce.
This commit is contained in:
@@ -58,6 +58,7 @@
|
|||||||
},
|
},
|
||||||
'Functions': {
|
'Functions': {
|
||||||
'bind': [
|
'bind': [
|
||||||
|
'can bind without specifying a context',
|
||||||
'Died on test #2'
|
'Died on test #2'
|
||||||
],
|
],
|
||||||
'bindAll': [
|
'bindAll': [
|
||||||
@@ -66,6 +67,9 @@
|
|||||||
'throttle triggers trailing call when invoked repeatedly': true
|
'throttle triggers trailing call when invoked repeatedly': true
|
||||||
},
|
},
|
||||||
'Objects': {
|
'Objects': {
|
||||||
|
'isEqual': [
|
||||||
|
'Died on test #78'
|
||||||
|
],
|
||||||
'keys': [
|
'keys': [
|
||||||
'throws an error for `null` values',
|
'throws an error for `null` values',
|
||||||
'throws an error for `undefined` values',
|
'throws an error for `undefined` values',
|
||||||
@@ -80,6 +84,12 @@
|
|||||||
],
|
],
|
||||||
'_.unescape': [
|
'_.unescape': [
|
||||||
'"<a href=\\"http://moe.com\\">Curly & Moe's</a>"'
|
'"<a href=\\"http://moe.com\\">Curly & Moe's</a>"'
|
||||||
|
],
|
||||||
|
'uniqueId': [
|
||||||
|
'Died on test #1'
|
||||||
|
],
|
||||||
|
'times': [
|
||||||
|
'Died on test #1'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -87,8 +97,8 @@
|
|||||||
if (/\bunderscore\b/i.test(ui.buildPath)) {
|
if (/\bunderscore\b/i.test(ui.buildPath)) {
|
||||||
delete skipped.Chaining;
|
delete skipped.Chaining;
|
||||||
delete skipped.Collections.where;
|
delete skipped.Collections.where;
|
||||||
delete skipped.Functions.bind;
|
delete skipped.Utility['_.escape'];
|
||||||
delete skipped.Utility;
|
delete skipped.Utility['_.unescape'];
|
||||||
}
|
}
|
||||||
|
|
||||||
QUnit.testStart(function(details) {
|
QUnit.testStart(function(details) {
|
||||||
|
|||||||
Reference in New Issue
Block a user