|
|
@@ -3,10 +3,10 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
|
|
|
|
-import Paragraph from '/ckeditor5/paragraph/paragraph.js';
|
|
|
-import VirtualTestEditor from '/tests/core/_utils/virtualtesteditor.js';
|
|
|
-import { getData as getModelData } from '/ckeditor5/engine/dev-utils/model.js';
|
|
|
-import { getData as getViewData } from '/ckeditor5/engine/dev-utils/view.js';
|
|
|
+import Paragraph from 'ckeditor5/paragraph/paragraph.js';
|
|
|
+import VirtualTestEditor from 'tests/core/_utils/virtualtesteditor.js';
|
|
|
+import { getData as getModelData } from 'ckeditor5/engine/dev-utils/model.js';
|
|
|
+import { getData as getViewData } from 'ckeditor5/engine/dev-utils/view.js';
|
|
|
|
|
|
describe( 'Paragraph feature', () => {
|
|
|
let editor, doc;
|