mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Add wrapped values tests.
This commit is contained in:
17
test/test.js
17
test/test.js
@@ -25596,6 +25596,12 @@
|
|||||||
var funcs = [
|
var funcs = [
|
||||||
'castArray',
|
'castArray',
|
||||||
'concat',
|
'concat',
|
||||||
|
'difference',
|
||||||
|
'differenceBy',
|
||||||
|
'differenceWith',
|
||||||
|
'intersection',
|
||||||
|
'intersectionBy',
|
||||||
|
'intersectionWith',
|
||||||
'pull',
|
'pull',
|
||||||
'pullAll',
|
'pullAll',
|
||||||
'pullAt',
|
'pullAt',
|
||||||
@@ -25605,7 +25611,16 @@
|
|||||||
'splice',
|
'splice',
|
||||||
'split',
|
'split',
|
||||||
'toArray',
|
'toArray',
|
||||||
'words'
|
'union',
|
||||||
|
'unionBy',
|
||||||
|
'unionWith',
|
||||||
|
'uniq',
|
||||||
|
'uniqBy',
|
||||||
|
'uniqWith',
|
||||||
|
'words',
|
||||||
|
'xor',
|
||||||
|
'xorBy',
|
||||||
|
'xorWith'
|
||||||
];
|
];
|
||||||
|
|
||||||
lodashStable.each(funcs, function(methodName) {
|
lodashStable.each(funcs, function(methodName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user