浏览代码

Tests: Fixed wrong import path in the dropdown manual test.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
3689a4017a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/tests/dropdown/manual/dropdown.js

+ 1 - 1
packages/ckeditor5-ui/tests/dropdown/manual/dropdown.js

@@ -12,7 +12,7 @@ import createDropdown from '../../../src/dropdown/createdropdown';
 import createListDropdown from '../../../src/dropdown/list/createlistdropdown';
 
 import '@ckeditor/ckeditor5-theme-lark/theme/theme.scss';
-import testUtils from '@ckeditor/ckeditor5-ui/tests/_utils/utils';
+import testUtils from '../../_utils/utils';
 
 const ui = testUtils.createTestUIView( {
 	dropdown: '#dropdown',