mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Keep test count consistent for Node.js.
Former-commit-id: ca0452ff4511c946946a2208b44471b1e2c6fc43
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user