From 387cc184e6a37d0b947e19468b0e76b15632c2d8 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 21 Aug 2012 01:31:54 -0700 Subject: [PATCH] Keep test count consistent for Node.js. Former-commit-id: ca0452ff4511c946946a2208b44471b1e2c6fc43 --- test/test.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index b9aa484f9..e6d37b827 100644 --- a/test/test.js +++ b/test/test.js @@ -102,7 +102,7 @@ if (window.document && window.require) { equal((lodashModule || {}).moduleName, 'lodash'); } else { - skipTest() + skipTest(); } }); @@ -110,7 +110,7 @@ if (window.document && window.require) { equal((underscoreModule || {}).moduleName, 'underscore'); } else { - skipTest() + skipTest(); } }); @@ -1557,6 +1557,7 @@ (function() { test('should allow a falsey arguments', function() { var funcs = _.without.apply(_, [_.functions(_)].concat([ + '_', '_iteratorTemplate', '_shimKeys', 'after',