mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Excuse Underscore _.memoize test.
This commit is contained in:
@@ -117,6 +117,10 @@
|
||||
'bindAll': [
|
||||
'throws an error for bindAll with no functions named'
|
||||
],
|
||||
'memoize': [
|
||||
'{"bar":"BAR","foo":"FOO"}',
|
||||
'Died on test #8'
|
||||
],
|
||||
'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,
|
||||
@@ -184,6 +188,7 @@
|
||||
delete QUnit.config.excused.Chaining;
|
||||
delete QUnit.config.excused.Collections.filter;
|
||||
delete QUnit.config.excused.Collections.map;
|
||||
delete QUnit.config.excused.Functions.memoize;
|
||||
delete QUnit.config.excused.Objects.isFinite;
|
||||
delete QUnit.config.excused.Objects.keys;
|
||||
delete QUnit.config.excused.Utility['_.templateSettings.variable'];
|
||||
|
||||
Reference in New Issue
Block a user