Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge aace2b5 into d89a6b8
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Feb 20, 2020
2 parents d89a6b8 + aace2b5 commit d855b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/editorwatchdog.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ describe( 'EditorWatchdog', () => {
constructor( sourceElements, config ) {
super( config );

this.data.processor = new HtmlDataProcessor();
this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );

// Create a root for each source element.
for ( const rootName of Object.keys( sourceElements ) ) {
Expand Down

0 comments on commit d855b0a

Please sign in to comment.