mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Make more underscore tests pass.
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
'is not fooled by sparse arrays; see issue #95'
|
'is not fooled by sparse arrays; see issue #95'
|
||||||
],
|
],
|
||||||
'omit': [
|
'omit': [
|
||||||
|
'can omit numeric properties',
|
||||||
'can accept a predicate'
|
'can accept a predicate'
|
||||||
],
|
],
|
||||||
'pick': [
|
'pick': [
|
||||||
@@ -150,8 +151,8 @@
|
|||||||
delete QUnit.config.excused.Utility['_.unescape'];
|
delete QUnit.config.excused.Utility['_.unescape'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
QUnit.config.excused.Objects.omit.pop();
|
||||||
delete QUnit.config.excused.Functions.negate;
|
delete QUnit.config.excused.Functions.negate;
|
||||||
delete QUnit.config.excused.Objects.omit;
|
|
||||||
delete QUnit.config.excused.Objects.pick;
|
delete QUnit.config.excused.Objects.pick;
|
||||||
delete QUnit.config.excused.Utility.noop;
|
delete QUnit.config.excused.Utility.noop;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user