Implemented Workspace Search & Discovery #247
Annotations
10 errors
code/client/tests/editor/fugue/fugue.test.ts#L79
AssertionError: expected [ { type: 'delete', …(2) } ] to have a length of 2 but got 1
- Expected
+ Received
- 2
+ 1
❯ tests/editor/fugue/fugue.test.ts:79:24
|
code/client/tests/editor/fugue/fugue.test.ts#L118
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ tests/editor/fugue/fugue.test.ts:118:24
|
code/client/tests/editor/fugue/fugue.test.ts#L182
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:182:19
|
code/client/tests/editor/fugue/fugue.test.ts#L205
AssertionError: expected 'c' to deeply equal 'bc'
- Expected
+ Received
- bc
+ c
❯ tests/editor/fugue/fugue.test.ts:205:53
|
code/client/tests/editor/fugue/fugue.test.ts#L229
AssertionError: expected [ …(3) ] to have a length of 4 but got 3
- Expected
+ Received
- 4
+ 3
❯ tests/editor/fugue/fugue.test.ts:229:19
|
code/client/tests/editor/fugue/fugue.test.ts#L253
AssertionError: expected [ { type: 'delete', …(2) }, …(1) ] to have a length of 3 but got 2
- Expected
+ Received
- 3
+ 2
❯ tests/editor/fugue/fugue.test.ts:253:24
|
code/client/tests/editor/slate/toSlate.test.ts#L42
AssertionError: expected [ { type: 'heading-one', …(1) }, …(1) ] to deeply equal [ { type: 'heading-one', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
- "bold": true,
- "text": "a",
- },
- Object {
- "text": "bc",
+ "text": "abc",
},
],
"type": "heading-one",
},
Object {
"children": Array [
Object {
"text": "defg",
},
],
"type": "list-item",
},
]
❯ tests/editor/slate/toSlate.test.ts:42:25
|
code/client/src/domain/editor/fugue/Fugue.ts#L88
TypeError: Cannot read properties of undefined (reading 'rightChildren')
❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:88:26
❯ src/domain/editor/fugue/Fugue.ts:64:30
❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:62:19
❯ Object.insertCharacter src/domain/editor/connectors/input/connector.ts:14:30
❯ tests/editor/domain/document/inputOperations.test.ts:26:21
|
code/client/src/domain/editor/fugue/Fugue.ts#L88
TypeError: Cannot read properties of undefined (reading 'rightChildren')
❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:88:26
❯ src/domain/editor/fugue/Fugue.ts:64:30
❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:62:19
❯ Object.insertCharacter src/domain/editor/connectors/input/connector.ts:14:30
❯ tests/editor/domain/document/inputOperations.test.ts:47:21
|
code/client/src/domain/editor/fugue/Fugue.ts#L88
TypeError: Cannot read properties of undefined (reading 'rightChildren')
❯ Fugue.getInsertOperation src/domain/editor/fugue/Fugue.ts:88:26
❯ src/domain/editor/fugue/Fugue.ts:64:30
❯ Fugue.insertLocal src/domain/editor/fugue/Fugue.ts:62:19
❯ Object.insertCharacter src/domain/editor/connectors/input/connector.ts:14:30
❯ tests/editor/domain/document/inputOperations.test.ts:61:21
|
This job failed
Loading