Skip to content

sheet, cell: Computations are Record<number, ...> #188

sheet, cell: Computations are Record<number, ...>

sheet, cell: Computations are Record<number, ...> #188

Triggered via push April 29, 2024 08:36
Status Failure
Total duration 35s
Artifacts

coverall.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
src/array.test.ts > sort array remapped: src/array.test.ts#L268
AssertionError: expected { count: 10, size: 10 } to deeply equal { size: 9, count: 10 } - Expected + Received Object { "count": 10, - "size": 9, + "size": 10, } ❯ src/array.test.ts:268:23
src/cell.test.ts > subscriber keeps working with mapped pointers: src/cell.test.ts#L296
AssertionError: expected 2 to be 3 // Object.is equality - Expected + Received - 3 + 2 ❯ src/cell.test.ts:296:17
src/undefined.test.ts > map with undefined: src/undefined.test.ts#L39
AssertionError: expected [ 6, 6 ] to deeply equal [ 6 ] - Expected + Received Array [ 6, + 6, ] ❯ src/undefined.test.ts:39:13
src/undefined.test.ts > map with undefined with pointers in the way: src/undefined.test.ts#L175
AssertionError: expected { a: [ 1, 2, 1 ], b: [ 4, 4 ], …(4) } to deeply equal { a: [ 1, 2, 1 ], b: [ 4 ], …(4) } - Expected + Received Object { "a": Array [ 1, 2, 1, ], "b": Array [ 4, + 4, ], "depOnDep": Array [ + Array [ + 2, + 4, + ], Array [ 2, 4, ], ], "depOnPointerAndUndefined": Array [ Array [ 2, 4, ], + Array [ + 2, + 4, ], + ], "pointerOnDep": Array [ + Array [ + 2, + 4, + ], Array [ 2, 4, ], ], "pointerToA": Array [ 1, 2, 1, ], } ❯ src/undefined.test.ts:175:26
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/.