Skip to content

Commit 81aed31

Browse files
committed
chore: additional fix
1 parent 27b5eaa commit 81aed31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/super-editor/src/editors/v1/core/layout-adapter/internal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ describe('internal', () => {
617617
};
618618

619619
vi.mocked(handleParagraphNode).mockImplementationOnce((node, context) => {
620-
context.blocks.push({ kind: 'paragraph', id: '0-paragraph' } as never);
620+
context.blocks.push({ kind: 'paragraph', id: '0-paragraph', runs: [] } as never);
621621
context.recordBlockKind('paragraph');
622622
});
623623

0 commit comments

Comments
 (0)