This commit is contained in:
roschaefer 2019-11-15 00:22:00 +01:00
parent 218faedbd9
commit 9b9b72d528

View File

@ -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)