diff --git a/tests/cypress/integration/core/generateJSON.spec.ts b/tests/cypress/integration/core/generateJSON.spec.ts index 57f96421..d589dc2b 100644 --- a/tests/cypress/integration/core/generateJSON.spec.ts +++ b/tests/cypress/integration/core/generateJSON.spec.ts @@ -6,7 +6,7 @@ import Paragraph from '@tiptap/extension-paragraph' import Text from '@tiptap/extension-text' describe('generateJSON', () => { - it('generate HTML from JSON without an editor instance', () => { + it('generate JSON from HTML without an editor instance', () => { const html = '

Example Text

' const json = generateJSON(html, [