Skip to content

feat: add pick, omit, pickBy, and omitBy functions #96

feat: add pick, omit, pickBy, and omitBy functions

feat: add pick, omit, pickBy, and omitBy functions #96

Triggered via pull request November 3, 2024 09:47
Status Failure
Total duration 24s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
tests/collection.spec.ts > pickBy > should return an empty object if no properties match the predicate: tests/collection.spec.ts#L374
AssertionError: expected { d: null } to deeply equal {} - Expected + Received - Object {} + Object { + "d": null, + } ❯ tests/collection.spec.ts:374:20
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/