Browse Source

Merge branch 'master' into i/6091

Maciej Gołaszewski 5 years ago
parent
commit
09649b136c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js

+ 2 - 2
packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js

@@ -26,7 +26,7 @@ describe( 'DecoupledEditorUI', () => {
 	beforeEach( () => {
 		return VirtualDecoupledTestEditor
 			.create( '', {
-				toolbar: [ 'foo', 'bar' ],
+				toolbar: [ 'foo', 'bar' ]
 			} )
 			.then( newEditor => {
 				editor = newEditor;
@@ -87,7 +87,7 @@ describe( 'DecoupledEditorUI', () => {
 				return VirtualDecoupledTestEditor
 					.create( 'foo', {
 						extraPlugins: [ Paragraph ],
-						placeholder: 'placeholder-text',
+						placeholder: 'placeholder-text'
 					} )
 					.then( newEditor => {
 						const firstChild = newEditor.editing.view.document.getRoot().getChild( 0 );