|
@@ -8,7 +8,7 @@ import FontFamilyEditing from './../../src/fontfamily/fontfamilyediting';
|
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
|
|
|
|
|
import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor';
|
|
import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor';
|
|
|
-import { getData as getModelData, setData as setModelData } from '../../../ckeditor5-engine/src/dev-utils/model';
|
|
|
|
|
|
|
+import { getData as getModelData, setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
|
|
|
|
|
|
|
|
describe( 'FontFamilyEditing', () => {
|
|
describe( 'FontFamilyEditing', () => {
|
|
|
let editor, doc;
|
|
let editor, doc;
|