Explorar o código

Add missing StylesProcessor instance.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
580f4fcc19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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( () => {