瀏覽代碼

Merge branch 'ckeditor5/t/349'

Piotrek Koszuliński 9 年之前
父節點
當前提交
fc87269646

+ 6 - 6
packages/ckeditor5-autoformat/tests/autoformat.js

@@ -3,12 +3,12 @@
  * For licensing, see LICENSE.md.
  */
 
-import Autoformat from '/ckeditor5/autoformat/autoformat.js';
-import Paragraph from '/ckeditor5/paragraph/paragraph.js';
-import VirtualTestEditor from '/tests/core/_utils/virtualtesteditor.js';
-import Enter from '/ckeditor5/enter/enter.js';
-import { setData, getData } from '/ckeditor5/engine/dev-utils/model.js';
-import testUtils from '/tests/core/_utils/utils.js';
+import Autoformat from 'ckeditor5/autoformat/autoformat.js';
+import Paragraph from 'ckeditor5/paragraph/paragraph.js';
+import VirtualTestEditor from 'tests/core/_utils/virtualtesteditor.js';
+import Enter from 'ckeditor5/enter/enter.js';
+import { setData, getData } from 'ckeditor5/engine/dev-utils/model.js';
+import testUtils from 'tests/core/_utils/utils.js';
 
 testUtils.createSinonSandbox();
 

+ 7 - 7
packages/ckeditor5-autoformat/tests/blockautoformatengine.js

@@ -3,13 +3,13 @@
  * For licensing, see LICENSE.md.
  */
 
-import BlockAutoformatEngine from '/ckeditor5/autoformat/blockautoformatengine.js';
-import Paragraph from '/ckeditor5/paragraph/paragraph.js';
-import VirtualTestEditor from '/tests/core/_utils/virtualtesteditor.js';
-import Enter from '/ckeditor5/enter/enter.js';
-import { setData, getData } from '/ckeditor5/engine/dev-utils/model.js';
-import testUtils from '/tests/core/_utils/utils.js';
-import Command from '/ckeditor5/core/command/command.js';
+import BlockAutoformatEngine from 'ckeditor5/autoformat/blockautoformatengine.js';
+import Paragraph from 'ckeditor5/paragraph/paragraph.js';
+import VirtualTestEditor from 'tests/core/_utils/virtualtesteditor.js';
+import Enter from 'ckeditor5/enter/enter.js';
+import { setData, getData } from 'ckeditor5/engine/dev-utils/model.js';
+import testUtils from 'tests/core/_utils/utils.js';
+import Command from 'ckeditor5/core/command/command.js';
 
 testUtils.createSinonSandbox();
 

+ 6 - 6
packages/ckeditor5-autoformat/tests/inlineautoformatengine.js

@@ -3,12 +3,12 @@
  * For licensing, see LICENSE.md.
  */
 
-import InlineAutoformatEngine from '/ckeditor5/autoformat/inlineautoformatengine.js';
-import Paragraph from '/ckeditor5/paragraph/paragraph.js';
-import VirtualTestEditor from '/tests/core/_utils/virtualtesteditor.js';
-import Enter from '/ckeditor5/enter/enter.js';
-import { setData, getData } from '/ckeditor5/engine/dev-utils/model.js';
-import testUtils from '/tests/core/_utils/utils.js';
+import InlineAutoformatEngine from 'ckeditor5/autoformat/inlineautoformatengine.js';
+import Paragraph from 'ckeditor5/paragraph/paragraph.js';
+import VirtualTestEditor from 'tests/core/_utils/virtualtesteditor.js';
+import Enter from 'ckeditor5/enter/enter.js';
+import { setData, getData } from 'ckeditor5/engine/dev-utils/model.js';
+import testUtils from 'tests/core/_utils/utils.js';
 
 testUtils.createSinonSandbox();