Update component test

This commit is contained in:
mattwr18 2019-11-22 15:08:54 +01:00
parent aeac1edb32
commit c78a4189b9

View File

@ -66,19 +66,24 @@ describe('defaultExtensions', () => {
type: 'doc',
content: [
{
type: 'paragraph',
content: [
{
text: 'Baby loves cat:',
type: 'text',
},
],
type: 'paragraph',
},
{
type: 'embed',
attrs: {
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo',
},
content: [
{
attrs: {
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo',
},
type: 'embed',
},
],
type: 'paragraph',
},
],
}