Procházet zdrojové kódy

Updated after changes in VirtualTestEditor.

Piotr Jasiun před 9 roky
rodič
revize
cd04548bad
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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();
 			} );
 	} );