|
|
@@ -5,14 +5,14 @@
|
|
|
|
|
|
import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor';
|
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
-
|
|
|
-import TableEditing from '../../src/tableediting';
|
|
|
import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
|
|
|
import { getData as getViewData } from '@ckeditor/ckeditor5-engine/src/dev-utils/view';
|
|
|
import { setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
|
|
|
import { assertEqualMarkup } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
|
|
|
import { modelTable, viewTable } from '../_utils/utils';
|
|
|
|
|
|
+import TableEditing from '../../src/tableediting';
|
|
|
+
|
|
|
describe( 'downcast converters', () => {
|
|
|
let editor, model, doc, root, view;
|
|
|
|