mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
218faedbd9
commit
9b9b72d528
@ -70,17 +70,17 @@ describe('defaultExtensions', () => {
|
|||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
text: 'Baby loves cat:',
|
text: 'Baby loves cat:',
|
||||||
type: 'text'
|
type: 'text',
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'embed',
|
type: 'embed',
|
||||||
attrs: {
|
attrs: {
|
||||||
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo'
|
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(editor.getJSON()).toEqual(expected)
|
expect(editor.getJSON()).toEqual(expected)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user