Flatten at paths parameter (#4431)

* Enable at tests

* Flatten at paths parameter
This commit is contained in:
Luiz Américo
2019-08-22 11:49:36 -03:00
committed by John-David Dalton
parent 1011cfdf4c
commit e5f840745b
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {