|
@@ -10,11 +10,11 @@ import Enter from '@ckeditor/ckeditor5-enter/src/enter';
|
|
|
import { setData, getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
|
|
import { setData, getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
|
|
|
import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
|
|
import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
|
|
|
|
|
|
|
|
-testUtils.createSinonSandbox();
|
|
|
|
|
-
|
|
|
|
|
describe( 'InlineAutoformatEditing', () => {
|
|
describe( 'InlineAutoformatEditing', () => {
|
|
|
let editor, model, doc;
|
|
let editor, model, doc;
|
|
|
|
|
|
|
|
|
|
+ testUtils.createSinonSandbox();
|
|
|
|
|
+
|
|
|
beforeEach( () => {
|
|
beforeEach( () => {
|
|
|
return VirtualTestEditor
|
|
return VirtualTestEditor
|
|
|
.create( {
|
|
.create( {
|