Skip to content

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

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

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

Triggered via pull request November 3, 2024 12:08
Status Failure
Total duration 26s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
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/
test: src/test.ts#L1
'omit' is defined but never used
test: src/test.ts#L1
'pickBy' is defined but never used