From 7998632685ad03d53567ca4b2f89f10ad16f64e6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 16 Feb 2016 18:48:57 -0800 Subject: [PATCH] Add `castArray` chaining test. --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index 4a63ac174..cef82a695 100644 --- a/test/test.js +++ b/test/test.js @@ -23793,6 +23793,7 @@ (function() { var funcs = [ + 'castArray', 'concat', 'pull', 'pullAll',