From ca3b583695353da37d4c5aed362ac91ce1dabed6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 19 Apr 2016 17:42:46 -0700 Subject: [PATCH] Add wrapped values tests. --- test/test.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 45ad05bf7..6ba7b7790 100644 --- a/test/test.js +++ b/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) {