|
|
@@ -12,8 +12,6 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
|
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
import { assertCKEditorError } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
|
|
|
import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor';
|
|
|
-import sinon from 'sinon';
|
|
|
-import { expect } from 'chai';
|
|
|
|
|
|
// The error handling testing with mocha & chai is quite broken and hard to test.
|
|
|
// sinon.stub( window, 'onerror' ).value( undefined ); and similar do not work.
|