mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Flatten at paths parameter (#4431)
* Enable at tests * Flatten at paths parameter
This commit is contained in:
committed by
John-David Dalton
parent
1011cfdf4c
commit
e5f840745b
@@ -43,7 +43,7 @@ describe('at', function() {
|
||||
});
|
||||
|
||||
it('should work with a falsey `object` when keys are given', function() {
|
||||
var expected = lodashStable.map(falsey, lodashStable.constant(Array(4)));
|
||||
var expected = lodashStable.map(falsey, lodashStable.constant(Array(4).fill(undefined)));
|
||||
|
||||
var actual = lodashStable.map(falsey, function(object) {
|
||||
try {
|
||||
Reference in New Issue
Block a user