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