mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +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() {
|
||||
var array = [];
|
||||
array['-1'] = 1;
|
||||
|
||||
strictEqual(_.first(array), undefined);
|
||||
});
|
||||
|
||||
@@ -8929,6 +8930,7 @@
|
||||
test('should return `undefined` when querying empty arrays', 1, function() {
|
||||
var array = [];
|
||||
array['-1'] = 1;
|
||||
|
||||
strictEqual(_.last([]), undefined);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user