8
0
Просмотр исходного кода

Updated after changes in VirtualTestEditor.

Piotr Jasiun 9 лет назад
Родитель
Сommit
cd04548bad
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/ckeditor5-paragraph/tests/paragraph.js

+ 0 - 2
packages/ckeditor5-paragraph/tests/paragraph.js

@@ -19,8 +19,6 @@ describe( 'Paragraph feature', () => {
 			.then( newEditor => {
 				editor = newEditor;
 				doc = editor.document;
-
-				doc.createRoot();
 			} );
 	} );