8
0
Просмотр исходного кода

Moved utils#createTestUIController helper to ckeditor5-ui.

Aleksander Nowodzinski 9 лет назад
Родитель
Сommit
d296fe5b44
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-theme-lark/tests/manual/theme.js

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/theme.js

@@ -5,7 +5,7 @@
 
 'use strict';
 
-import testUtils from '/tests/ckeditor5/_utils/utils.js';
+import testUtils from '/tests/ui/_utils/utils.js';
 
 import Collection from '/ckeditor5/utils/collection.js';
 import IconManagerView from '/ckeditor5/ui/iconmanagerview.js';