* chore: new lexical int tests and working test structure * chore: more int tests, and better lexical collection structure * fix(richtext-lexical): Blocks: unnecessary saving node value when initially opening a document
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
import { generateLexicalRichText } from './generateLexicalRichText'
|
|
|
|
export const lexicalDocData = {
|
|
title: 'Rich Text',
|
|
lexicalWithBlocks: generateLexicalRichText(),
|
|
}
|