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 = [ 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) {