Fixes #232
Annotations
10 errors
code/client/tests/editor/fugue/fugue.test.ts#L237
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ tests/editor/fugue/fugue.test.ts:237:26
|
code/client/tests/editor/fugue/fugue.test.ts#L250
AssertionError: expected [] to have a length of 3 but got +0
- Expected
+ Received
- 3
+ 0
❯ tests/editor/fugue/fugue.test.ts:250:24
|
code/client/tests/editor/slate/toSlate.test.ts#L37
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:37:25
|
code/client/tests/editor/domain/document/inputOperations.test.ts#L68
AssertionError: expected 'ab' to deeply equal ''
- Expected
+ Received
+ ab
❯ tests/editor/domain/document/inputOperations.test.ts:68:30
|
code/client/tests/editor/domain/document/inputOperations.test.ts#L84
AssertionError: expected 'hello world' to deeply equal 'hello '
- Expected
+ Received
- hello
+ hello world
❯ tests/editor/domain/document/inputOperations.test.ts:84:30
|
code/client/tests/editor/domain/document/markdownOperations.test.ts#L41
AssertionError: expected [ { type: 'paragraph', …(1) }, …(1) ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
- "bold": true,
"text": "abc",
},
],
"type": "paragraph",
},
Object {
"children": Array [
Object {
- "bold": true,
- "text": "de",
- },
- Object {
- "text": "f",
+ "text": "def",
},
],
"type": "paragraph",
},
]
❯ tests/editor/domain/document/markdownOperations.test.ts:41:28
|
code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L33
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
"text": "",
},
],
"type": "paragraph",
},
- Object {
- "children": Array [
- Object {
- "text": "",
- },
- ],
- "type": "paragraph",
- },
]
❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:33:29
|
code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L57
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
- "text": "",
- },
- ],
- "type": "paragraph",
- },
- Object {
- "children": Array [
- Object {
- "text": "Hello",
+ "text": "ello",
},
],
"type": "paragraph",
},
]
❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:57:29
|
code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L81
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
- "text": "",
- },
- ],
- "type": "paragraph",
- },
- Object {
- "children": Array [
- Object {
- "text": "Hello",
+ "text": "ello",
},
],
"type": "paragraph",
},
]
❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:81:29
|
code/client/tests/editor/slate/operations/history/text-tests/insert-text.test.ts#L28
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) } ]
- Expected
+ Received
Array [
Object {
"children": Array [
Object {
- "text": "",
+ "text": "cd",
},
],
"type": "paragraph",
},
]
❯ tests/editor/slate/operations/history/text-tests/insert-text.test.ts:28:29
|
This job failed
Loading