Avoid underscore timing tests in sauce.

This commit is contained in:
John-David Dalton
2013-11-04 23:18:39 -08:00
parent afb10efd83
commit 7a480990c6

View File

@@ -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': [