diff --git a/webapp/components/Editor/defaultExtensions.spec.js b/webapp/components/Editor/defaultExtensions.spec.js index 55cb861d8..13f8cb0f3 100644 --- a/webapp/components/Editor/defaultExtensions.spec.js +++ b/webapp/components/Editor/defaultExtensions.spec.js @@ -70,17 +70,17 @@ describe('defaultExtensions', () => { content: [ { text: 'Baby loves cat:', - type: 'text' - } - ] + type: 'text', + }, + ], }, { type: 'embed', attrs: { - dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo' - } - } - ] + dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo', + }, + }, + ], } expect(editor.getJSON()).toEqual(expected)