mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +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 = [
|
||||
'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) {
|
||||
|
||||
Reference in New Issue
Block a user