From 73f84baaecc1bb76885c3cb7d52e12b0ab81bb69 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 10 Jul 2016 14:03:35 -0700 Subject: [PATCH] Add more excused underscore debounce tests. --- test/underscore.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/underscore.html b/test/underscore.html index d78b6a398..3f8c2b173 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -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"',