fix(tiptap): misordered blocks #340
Closed
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
Test:
src/app/test/integration/tiptap.test.ts#L2503
AssertionError: expected '::steps\n
+ 
+
+ ### Step 1
::
❯ src/app/test/integration/tiptap.test.ts:2503:30
|
|
Test:
src/app/test/integration/tiptap.test.ts#L2338
AssertionError: expected '::div\n> text 2\n\ntext 1\n::\n' to be '::div\ntext 1\n\n> text 2\n::\n' // Object.is equality
- Expected
+ Received
::div
- text 1
+ > text 2
- > text 2
+ text 1
::
❯ src/app/test/integration/tiptap.test.ts:2338:27
|
Loading