mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Avoid underscore timing tests in sauce.
This commit is contained in:
@@ -64,7 +64,19 @@
|
|||||||
'bindAll': [
|
'bindAll': [
|
||||||
'throws an error for bindAll with no functions named'
|
'throws an error for bindAll with no functions named'
|
||||||
],
|
],
|
||||||
'throttle triggers trailing call when invoked repeatedly': true
|
'throttle': true,
|
||||||
|
'throttle arguments': true,
|
||||||
|
'throttle once': true,
|
||||||
|
'throttle twice': true,
|
||||||
|
'more throttling': true,
|
||||||
|
'throttle repeatedly with results': true,
|
||||||
|
'throttle triggers trailing call when invoked repeatedly': true,
|
||||||
|
'throttle does not trigger leading call when leading is set to false': true,
|
||||||
|
'more throttle does not trigger leading call when leading is set to false': true,
|
||||||
|
'throttle does not trigger trailing call when trailing is set to false': true,
|
||||||
|
'debounce': true,
|
||||||
|
'debounce asap': true,
|
||||||
|
'debounce asap recursively': true
|
||||||
},
|
},
|
||||||
'Objects': {
|
'Objects': {
|
||||||
'isEqual': [
|
'isEqual': [
|
||||||
|
|||||||
Reference in New Issue
Block a user