@@ -592,7 +592,7 @@ describe( 'Autosave', () => {
return editor.destroy().then( () => {
sinon.assert.calledOnce( spy );
expect( savedStates ).to.deep.equal( [
- '<p>foo</p><p>bar</p>',
+ '<p>foo</p><p>bar</p>'
] );
} );
@@ -15,7 +15,7 @@ ClassicEditor
plugins: [ ArticlePluginSet, Autosave ],
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ],
image: {
- toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ],
+ toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
}
} )
.then( editor => {