8
0
فهرست منبع

Used relative path for a local import.

Oskar Wróbel 7 سال پیش
والد
کامیت
b39fc21e52
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();