mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Use truey instead of truthy, /ht @brucelawson. [ci skip]
This commit is contained in:
@@ -3396,7 +3396,7 @@
|
||||
QUnit.module('lodash.some');
|
||||
|
||||
(function() {
|
||||
test('should return `true` as soon as the `callback` result is truthy', function() {
|
||||
test('should return `true` as soon as the `callback` result is truey', function() {
|
||||
strictEqual(_.some([null, true, null], _.identity), true);
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user