Skip to content

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

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

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

Triggered via pull request November 7, 2024 00:00
@AybreaAybrea
synchronize #27
Aybrea:dev
Status Failure
Total duration 27s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/collection.spec.ts > pick > should pick specified string keys from an object: tests/collection.spec.ts#L351
TypeError: pick is not a function ❯ tests/collection.spec.ts:351:20
tests/collection.spec.ts > pick > should pick specified symbol keys from an object: tests/collection.spec.ts#L364
TypeError: pick is not a function ❯ tests/collection.spec.ts:364:20
tests/collection.spec.ts > pick > should pick elements by index from an array: tests/collection.spec.ts#L372
TypeError: pick is not a function ❯ tests/collection.spec.ts:372:20
tests/collection.spec.ts > omit > should omit specified string keys from an object: tests/collection.spec.ts#L384
TypeError: omit is not a function ❯ tests/collection.spec.ts:384:20
tests/collection.spec.ts > omit > should omit specified symbol keys from an object: tests/collection.spec.ts#L397
TypeError: omit is not a function ❯ tests/collection.spec.ts:397:20
tests/collection.spec.ts > omit > should omit elements by index from an array: tests/collection.spec.ts#L406
TypeError: omit is not a function ❯ tests/collection.spec.ts:406:20
tests/collection.spec.ts > pickBy > should pick elements from an array based on the predicate: tests/collection.spec.ts#L432
TypeError: pickBy is not a function ❯ tests/collection.spec.ts:432:20
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/