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

Ignored temporal mock for CC.

Piotrek Koszuliński пре 9 година
родитељ
комит
a3243a8996
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

+ 1 - 0
packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

@@ -83,6 +83,7 @@ export function imitateFeatures( editor ) {
 		items: fontCollection
 	} );
 
+	/* istanbul ignore next */
 	fontListModel.on( 'execute', ( evtInfo, itemModel ) => {
 		/* global console */
 		console.log( 'Font list item executed', itemModel );