8
0
فهرست منبع

Add missing StylesProcessor instance.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
580f4fcc19
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-paste-from-office/tests/filters/list.js

+ 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( () => {