Explorar o código

Updated after changes in VirtualTestEditor.

Piotr Jasiun %!s(int64=9) %!d(string=hai) anos
pai
achega
cd04548bad
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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();
 			} );
 	} );