Browse Source

Remove invalid itself inports.

Maciej Gołaszewski 6 years ago
parent
commit
5189324f96

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

@@ -5,8 +5,8 @@
 
 /* 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 IndentEditing from '../../src/indent/indentediting';

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

@@ -5,8 +5,8 @@
 
 /* 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 IndentEditing from '../../src/indent/indentediting';