Merge pull request #37 from NoteSpaceTeam/render #256
Annotations
10 errors
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
This job failed
Loading