diff --git a/test/underscore.html b/test/underscore.html index 18bf96131..3309f1166 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -64,7 +64,19 @@ 'bindAll': [ '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': { 'isEqual': [