Keep test count consistent for Node.js.

Former-commit-id: ca0452ff4511c946946a2208b44471b1e2c6fc43
This commit is contained in:
John-David Dalton
2012-08-21 01:31:54 -07:00
parent a830ddcb43
commit 387cc184e6

View File

@@ -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',