chore: remove duplicate frame tests #5460
Annotations
1 error, 1 warning, and 1 notice
tests/utils/asserts.ts#L632
1) clipboard/markdown.spec.ts:19:1 › markdown format parse ───────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 1
@@ -1,6 +1,7 @@
Array [
+ "text",
"h1",
"h2",
"h3",
"h4",
"h5",
@@ -8,8 +9,6 @@
"todo",
"todo",
"todo",
"bulleted",
"bulleted",
- "numbered",
- "quote",
]
at utils/asserts.ts:632
630 | );
631 | }, currentEditorIndex);
> 632 | expect(actual).toEqual(blockTypes);
| ^
633 | }
634 |
635 | /**
at assertBlockTypes (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:632:18)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/markdown.spec.ts:56:3
|
|
|
This job succeeded
Loading