mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Cleanup test.js and README.md.
Former-commit-id: af3372f58ecf8d979d22c88193589857c06ff7c1
This commit is contained in:
@@ -1555,7 +1555,7 @@
|
||||
QUnit.module('lodash methods');
|
||||
|
||||
(function() {
|
||||
test('should allow a falsey arguments', function() {
|
||||
test('should allow falsey arguments', function() {
|
||||
var funcs = _.without.apply(_, [_.functions(_)].concat([
|
||||
'_',
|
||||
'_iteratorTemplate',
|
||||
@@ -1588,7 +1588,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
ok(pass, methodName + ' allows a falsey arguments');
|
||||
ok(pass, methodName + ' allows falsey arguments');
|
||||
});
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user