feat: add pick, omit, pickBy, and omitBy functions #102
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
|