From 30d9cb9a4a1b816e385731d8aa32d05d2b0709dc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 1 Jan 2016 11:15:54 -0600 Subject: [PATCH] Move `flow` and `flowRight` to `checkFuncs`. --- test/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index 3e8e131d4..d0e754d63 100644 --- a/test/test.js +++ b/test/test.js @@ -22877,6 +22877,8 @@ 'defer', 'delay', 'flip', + 'flow', + 'flowRight', 'memoize', 'negate', 'once', @@ -22903,8 +22905,6 @@ ]; var rejectFalsey = [ - 'flow', - 'flowRight', 'tap', 'thru' ].concat(checkFuncs);