Skip to content

Merge pull request #36 from NoteSpaceTeam/render #255

Merge pull request #36 from NoteSpaceTeam/render

Merge pull request #36 from NoteSpaceTeam/render #255

Triggered via push June 24, 2024 22:42
Status Failure
Total duration 1m 8s
Artifacts

main.yml

on: push
Matrix: client
Matrix: server
Matrix: shared
Fit to window
Zoom out
Zoom in

Annotations

11 errors
server (ubuntu-latest, code/server)
Process completed with exit code 1.
tests/editor/fugue/fugue.test.ts > Fugue > should insert multiple lines locally: code/client/src/domain/editor/fugue/Fugue.ts#L84
TypeError: Cannot read properties of undefined (reading 'rightChildren') ❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:84:26 ❯ src/domain/editor/fugue/Fugue.ts:60:30 ❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:58:19 ❯ tests/editor/fugue/fugue.test.ts:60:30
tests/editor/fugue/fugue.test.ts > Fugue > should delete values locally: code/client/tests/editor/fugue/fugue.test.ts#L78
AssertionError: expected [ { type: 'delete', id: { …(2) } } ] to have a length of 2 but got 1 - Expected + Received - 2 + 1 ❯ tests/editor/fugue/fugue.test.ts:78:24
tests/editor/fugue/fugue.test.ts > Fugue > should update inline style of node locally: code/client/tests/editor/fugue/fugue.test.ts#L115
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/editor/fugue/fugue.test.ts:115:24
tests/editor/fugue/fugue.test.ts > Fugue > should return the nodes in the given selection: code/client/tests/editor/fugue/fugue.test.ts#L178
AssertionError: expected [ { id: { …(2) }, value: 'b', …(7) } ] to have a length of 2 but got 1 - Expected + Received - 2 + 1 ❯ tests/editor/fugue/fugue.test.ts:178:19
tests/editor/fugue/fugue.test.ts > Fugue > should return the nodes in the given selections: code/client/src/domain/editor/fugue/Fugue.ts#L84
TypeError: Cannot read properties of undefined (reading 'rightChildren') ❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:84:26 ❯ src/domain/editor/fugue/Fugue.ts:60:30 ❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:58:19 ❯ tests/editor/fugue/fugue.test.ts:194:11
tests/editor/fugue/fugue.test.ts > Fugue > should return all nodes until the given separator: code/client/tests/editor/fugue/fugue.test.ts#L225
AssertionError: expected [ …(3) ] to have a length of 4 but got 3 - Expected + Received - 4 + 3 ❯ tests/editor/fugue/fugue.test.ts:225:19
tests/editor/fugue/fugue.test.ts > Fugue > should delete a word by cursor: code/client/tests/editor/fugue/fugue.test.ts#L249
AssertionError: expected [ …(2) ] to have a length of 3 but got 2 - Expected + Received - 3 + 2 ❯ tests/editor/fugue/fugue.test.ts:249:24
tests/editor/fugue/fugue.test.ts > Fugue > should delete a line by cursor: code/client/src/domain/editor/fugue/Fugue.ts#L84
TypeError: Cannot read properties of undefined (reading 'rightChildren') ❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:84:26 ❯ src/domain/editor/fugue/Fugue.ts:60:30 ❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:58:19 ❯ tests/editor/fugue/fugue.test.ts:268:11
tests/editor/slate/toSlate.test.ts > toSlate > should return descendants based on fugue tree: code/client/src/domain/editor/fugue/Fugue.ts#L84
TypeError: Cannot read properties of undefined (reading 'rightChildren') ❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:84:26 ❯ src/domain/editor/fugue/Fugue.ts:60:30 ❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:58:19 ❯ tests/editor/slate/toSlate.test.ts:28:11
tests/editor/domain/document/inputOperations.test.ts > Input Operations > should insert character: code/client/src/domain/editor/fugue/Fugue.ts#L84
TypeError: Cannot read properties of undefined (reading 'rightChildren') ❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:84:26 ❯ src/domain/editor/fugue/Fugue.ts:60:30 ❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:58:19 ❯ Object.insertCharacter src/domain/editor/connectors/input/connector.ts:14:30 ❯ tests/editor/domain/document/inputOperations.test.ts:26:21