Skip to content

Commit

Permalink
feat: test signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrik264 authored and Andrew Milishchuk committed Apr 12, 2024
1 parent 5009542 commit b7d2d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/flow-methods.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('flow methods', () => {

it(`\`_.${methodName}\` should work with curried functions with placeholders`, () => {
const curried = lodashStable.curry(lodashStable.ary(map, 2), 2);

const getProp = curried(curried.placeholder, (value) => value.a);
const objects = [{ a: 1 }, { a: 2 }, { a: 1 }];

Expand Down

0 comments on commit b7d2d32

Please sign in to comment.