Skip to content

feature: initialValue #214

feature: initialValue

feature: initialValue #214

Triggered via pull request May 15, 2024 12:43
Status Failure
Total duration 28s
Artifacts

coverall.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/array.test.ts > mapArray async: src/array.test.ts#L87
AssertionError: expected [ undefined, undefined, undefined ] to deeply equal [ 2, 3, 4 ] - Expected + Received Array [ - 2, - 3, - 4, + undefined, + undefined, + undefined, ] ❯ src/array.test.ts:87:3
src/object.test.ts > mapObject: src/object.test.ts#L23
AssertionError: expected undefined to deeply equal { a: 1, b: 3, c: 3 } - Expected: Object { "a": 1, "b": 3, "c": 3, } + Received: undefined ❯ src/object.test.ts:23:3
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.