Add wrapped values tests.

This commit is contained in:
John-David Dalton
2016-04-19 17:42:46 -07:00
parent c2cbb06d57
commit ca3b583695

View File

@@ -25596,6 +25596,12 @@
var funcs = [
'castArray',
'concat',
'difference',
'differenceBy',
'differenceWith',
'intersection',
'intersectionBy',
'intersectionWith',
'pull',
'pullAll',
'pullAt',
@@ -25605,7 +25611,16 @@
'splice',
'split',
'toArray',
'words'
'union',
'unionBy',
'unionWith',
'uniq',
'uniqBy',
'uniqWith',
'words',
'xor',
'xorBy',
'xorWith'
];
lodashStable.each(funcs, function(methodName) {