浏览代码

Tests: Aligned AlignmentUI tests to the icons being now provied by ckeditor5-core.

Aleksander Nowodzinski 5 年之前
父节点
当前提交
93513e088d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-alignment/tests/alignmentui.js

+ 2 - 2
packages/ckeditor5-alignment/tests/alignmentui.js

@@ -8,8 +8,8 @@
 import AlignmentEditing from '../src/alignmentediting';
 import AlignmentUI from '../src/alignmentui';
 
-import alignLeftIcon from '../theme/icons/align-left.svg';
-import alignRightIcon from '../theme/icons/align-right.svg';
+import alignLeftIcon from '@ckeditor/ckeditor5-core/theme/icons/align-left.svg';
+import alignRightIcon from '@ckeditor/ckeditor5-core/theme/icons/align-right.svg';
 
 import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor';