Răsfoiți Sursa

Add missing StylesProcessor instance.

Maciej Gołaszewski 6 ani în urmă
părinte
comite
580f4fcc19

+ 1 - 1
packages/ckeditor5-paste-from-office/tests/filters/list.js

@@ -85,7 +85,7 @@ describe( 'PasteFromOffice - filters', () => {
 	} );
 
 	describe( 'list - paste from google docs', () => {
-		const htmlDataProcessor = new HtmlDataProcessor();
+		const htmlDataProcessor = new HtmlDataProcessor( new StylesProcessor() );
 		let writer, viewDocument;
 
 		before( () => {