chore(page): tweak lang menu styles in code block (#4901) #29
Annotations
1 error and 1 notice
tests/utils/asserts.ts#L277
1) paragraph.spec.ts:140:3 › backspace on line start of the first block (with surface) ───────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 0,
+ "index": 1,
"length": 0,
}
at utils/asserts.ts:277
275 | [richTextIndex, currentEditorIndex]
276 | );
> 277 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
278 | }
279 |
280 | export async function assertNativeSelectionRangeCount(
at assertRichTextVRange (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:277:18)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:156:5
|
|
The logs for this run have expired and are no longer available.
Loading