Browse Source

Used relative path for a local import.

Oskar Wróbel 7 năm trước cách đây
mục cha
commit
b39fc21e52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-core/tests/editor/editorui.js

+ 1 - 1
packages/ckeditor5-core/tests/editor/editorui.js

@@ -10,7 +10,7 @@ import FocusTracker from '@ckeditor/ckeditor5-utils/src/focustracker';
 import ComponentFactory from '@ckeditor/ckeditor5-ui/src/componentfactory';
 import View from '@ckeditor/ckeditor5-ui/src/view';
 
-import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
+import testUtils from '../_utils/utils';
 
 testUtils.createSinonSandbox();