Fix lint errors

This commit is contained in:
sibiraj-s
2021-07-20 16:31:54 +05:30
committed by Hans Pagel
parent 656a80fc3f
commit aac0193050

View File

@@ -36,7 +36,7 @@ describe('generateJSON', () => {
Document, Document,
Paragraph, Paragraph,
Text, Text,
TextAlign.configure({ types: ['paragraph'] }) TextAlign.configure({ types: ['paragraph'] }),
]) ])
expect(JSON.stringify(json)).to.eq(JSON.stringify({ expect(JSON.stringify(json)).to.eq(JSON.stringify({
@@ -44,7 +44,7 @@ describe('generateJSON', () => {
content: [{ content: [{
type: 'paragraph', type: 'paragraph',
attrs: { attrs: {
textAlign: 'center' textAlign: 'center',
}, },
content: [{ content: [{
type: 'text', type: 'text',