mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Add more excused underscore debounce tests.
This commit is contained in:
@@ -216,8 +216,9 @@
|
|||||||
'Functions': {
|
'Functions': {
|
||||||
'debounce asap': true,
|
'debounce asap': true,
|
||||||
'debounce asap cancel': true,
|
'debounce asap cancel': true,
|
||||||
'debounce after system time is set backwards': true,
|
|
||||||
'debounce asap recursively': true,
|
'debounce asap recursively': true,
|
||||||
|
'debounce after system time is set backwards': true,
|
||||||
|
'debounce re-entrant': true,
|
||||||
'throttle repeatedly with results': true,
|
'throttle repeatedly with results': true,
|
||||||
'more 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,
|
'throttle does not trigger trailing call when trailing is set to false': true,
|
||||||
@@ -231,6 +232,9 @@
|
|||||||
'bindAll': [
|
'bindAll': [
|
||||||
'throws an error for bindAll with no functions named'
|
'throws an error for bindAll with no functions named'
|
||||||
],
|
],
|
||||||
|
'debounce': [
|
||||||
|
'incr was debounced'
|
||||||
|
],
|
||||||
'iteratee': [
|
'iteratee': [
|
||||||
'"bbiz"',
|
'"bbiz"',
|
||||||
'"foo"',
|
'"foo"',
|
||||||
|
|||||||
Reference in New Issue
Block a user