Преглед на файлове

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';