Sfoglia il codice sorgente

Ignored temporal mock for CC.

Piotrek Koszuliński 9 anni fa
parent
commit
a3243a8996

+ 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 );