Преглед изворни кода

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