浏览代码

Remove invalid itself inports.

Maciej Gołaszewski 6 年之前
父节点
当前提交
5189324f96
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      packages/ckeditor5-core/tests/indent/indent.js
  2. 2 2
      packages/ckeditor5-core/tests/indent/indentui.js

+ 2 - 2
packages/ckeditor5-core/tests/indent/indent.js

@@ -5,8 +5,8 @@
 
 
 /* global document */
 /* global document */
 
 
-import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor';
-import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
+import ClassicTestEditor from '../_utils/classictesteditor';
+import testUtils from '../_utils/utils';
 
 
 import Indent from '../../src/indent/indent';
 import Indent from '../../src/indent/indent';
 import IndentEditing from '../../src/indent/indentediting';
 import IndentEditing from '../../src/indent/indentediting';

+ 2 - 2
packages/ckeditor5-core/tests/indent/indentui.js

@@ -5,8 +5,8 @@
 
 
 /* global document */
 /* global document */
 
 
-import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor';
-import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
+import ClassicTestEditor from '../_utils/classictesteditor';
+import testUtils from '../_utils/utils';
 import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 
 
 import IndentEditing from '../../src/indent/indentediting';
 import IndentEditing from '../../src/indent/indentediting';