소스 검색

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();