From 692c884ca203a6fcd214f95a8b2591ec68a78760 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 17 Dec 2012 08:21:13 -0800 Subject: [PATCH] Ensure test count is the same for dev and prod builds. Former-commit-id: 00e24fdd70d52bc6be4ae53fed43933fcf2c35da --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index e34fb7886..c1b12c470 100644 --- a/test/test.js +++ b/test/test.js @@ -2161,6 +2161,7 @@ var funcs = _.without.apply(_, [_.functions(_)].concat([ '_', + '_each', '_iteratorTemplate', 'after', 'bind',