mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +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) {
|
if (window.document && window.require) {
|
||||||
equal((lodashModule || {}).moduleName, 'lodash');
|
equal((lodashModule || {}).moduleName, 'lodash');
|
||||||
} else {
|
} else {
|
||||||
skipTest()
|
skipTest();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
if (window.document && window.require) {
|
if (window.document && window.require) {
|
||||||
equal((underscoreModule || {}).moduleName, 'underscore');
|
equal((underscoreModule || {}).moduleName, 'underscore');
|
||||||
} else {
|
} else {
|
||||||
skipTest()
|
skipTest();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1557,6 +1557,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
test('should allow a falsey arguments', function() {
|
test('should allow a falsey arguments', function() {
|
||||||
var funcs = _.without.apply(_, [_.functions(_)].concat([
|
var funcs = _.without.apply(_, [_.functions(_)].concat([
|
||||||
|
'_',
|
||||||
'_iteratorTemplate',
|
'_iteratorTemplate',
|
||||||
'_shimKeys',
|
'_shimKeys',
|
||||||
'after',
|
'after',
|
||||||
|
|||||||
Reference in New Issue
Block a user