Sfoglia il codice sorgente

Fix: Update imports to CKEditor5 plugins.

Maciej Gołaszewski 7 anni fa
parent
commit
35629834db
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      packages/ckeditor5-font/tests/fontcommand.js

+ 2 - 2
packages/ckeditor5-font/tests/fontcommand.js

@@ -8,8 +8,8 @@ import FontCommand from '../src/fontcommand';
 import Command from '@ckeditor/ckeditor5-core/src/command';
 import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor';
 import { getData, setData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
-import Range from '../../ckeditor5-engine/src/model/range';
-import Position from '../../ckeditor5-engine/src/model/position';
+import Range from '@ckeditor/ckeditor5-engine/src/model/range';
+import Position from '@ckeditor/ckeditor5-engine/src/model/position';
 
 describe( 'FontCommand', () => {
 	let editor, model, doc, root, command;