Add more excused underscore debounce tests.

This commit is contained in:
John-David Dalton
2016-07-10 14:03:35 -07:00
parent d3acace1c4
commit 73f84baaec

View File

@@ -216,8 +216,9 @@
'Functions': {
'debounce asap': true,
'debounce asap cancel': true,
'debounce after system time is set backwards': true,
'debounce asap recursively': true,
'debounce after system time is set backwards': true,
'debounce re-entrant': true,
'throttle repeatedly with results': 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,
@@ -231,6 +232,9 @@
'bindAll': [
'throws an error for bindAll with no functions named'
],
'debounce': [
'incr was debounced'
],
'iteratee': [
'"bbiz"',
'"foo"',