瀏覽代碼

Updated after changes in VirtualTestEditor.

Piotr Jasiun 9 年之前
父節點
當前提交
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();
 			} );
 	} );