mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Whitespace nits. [ci skip]
This commit is contained in:
@@ -4646,6 +4646,7 @@
|
|||||||
test('should return `undefined` when querying empty arrays', 1, function() {
|
test('should return `undefined` when querying empty arrays', 1, function() {
|
||||||
var array = [];
|
var array = [];
|
||||||
array['-1'] = 1;
|
array['-1'] = 1;
|
||||||
|
|
||||||
strictEqual(_.first(array), undefined);
|
strictEqual(_.first(array), undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -8929,6 +8930,7 @@
|
|||||||
test('should return `undefined` when querying empty arrays', 1, function() {
|
test('should return `undefined` when querying empty arrays', 1, function() {
|
||||||
var array = [];
|
var array = [];
|
||||||
array['-1'] = 1;
|
array['-1'] = 1;
|
||||||
|
|
||||||
strictEqual(_.last([]), undefined);
|
strictEqual(_.last([]), undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user