Parcourir la source

Updated after changes in VirtualTestEditor.

Piotr Jasiun il y a 9 ans
Parent
commit
cd04548bad
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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();
 			} );
 	} );