|
|
@@ -11,7 +11,7 @@ import AttributeCommand from '../../src/attributecommand';
|
|
|
|
|
|
import { getData as getModelData, setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
|
|
|
import { getData as getViewData } from '@ckeditor/ckeditor5-engine/src/dev-utils/view';
|
|
|
-import { keyCodes } from '../../../ckeditor5-utils/src/keyboard';
|
|
|
+import { keyCodes } from '@ckeditor/ckeditor5-utils/src/keyboard';
|
|
|
|
|
|
describe( 'BoldEditing', () => {
|
|
|
let editor, model;
|