Fix lint errors
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user