|
@@ -3,12 +3,12 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-import HeadingEngine from '/ckeditor5/heading/headingengine.js';
|
|
|
|
|
-import Paragraph from '/ckeditor5/paragraph/paragraph.js';
|
|
|
|
|
-import VirtualTestEditor from '/tests/core/_utils/virtualtesteditor.js';
|
|
|
|
|
-import HeadingCommand from '/ckeditor5/heading/headingcommand.js';
|
|
|
|
|
-import Enter from '/ckeditor5/enter/enter.js';
|
|
|
|
|
-import { getData } from '/ckeditor5/engine/dev-utils/model.js';
|
|
|
|
|
|
|
+import HeadingEngine from 'ckeditor5/heading/headingengine.js';
|
|
|
|
|
+import Paragraph from 'ckeditor5/paragraph/paragraph.js';
|
|
|
|
|
+import VirtualTestEditor from 'tests/core/_utils/virtualtesteditor.js';
|
|
|
|
|
+import HeadingCommand from 'ckeditor5/heading/headingcommand.js';
|
|
|
|
|
+import Enter from 'ckeditor5/enter/enter.js';
|
|
|
|
|
+import { getData } from 'ckeditor5/engine/dev-utils/model.js';
|
|
|
|
|
|
|
|
describe( 'HeadingEngine', () => {
|
|
describe( 'HeadingEngine', () => {
|
|
|
let editor, document;
|
|
let editor, document;
|