mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Adjust sauce underscore/backbone settings.
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
],
|
||||
'bindAll': [
|
||||
'throws an error for bindAll with no functions named'
|
||||
]
|
||||
],
|
||||
'throttle triggers trailing call when invoked repeatedly': true
|
||||
},
|
||||
'Objects': {
|
||||
'keys': [
|
||||
@@ -99,8 +100,9 @@
|
||||
return;
|
||||
}
|
||||
if (skippedAsserts === true) {
|
||||
test.expected = 0;
|
||||
test.async = false;
|
||||
test.callback = _.noop;
|
||||
test.expected = 0;
|
||||
return;
|
||||
}
|
||||
test.finish = _.wrap(test.finish, function(func) {
|
||||
|
||||
Reference in New Issue
Block a user