Krzysztof Krztoń пре 7 година
родитељ
комит
4bfb9d5523
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      packages/ckeditor5-editor-decoupled/tests/decouplededitor.js

+ 0 - 2
packages/ckeditor5-editor-decoupled/tests/decouplededitor.js

@@ -194,7 +194,6 @@ describe( 'DecoupledEditor', () => {
 
 					class EventWatcher extends Plugin {
 						init() {
-							this.editor.plugins.on( 'ready', spy );
 							this.editor.ui.on( 'ready', spy );
 							this.editor.data.on( 'ready', spy );
 							this.editor.on( 'ready', spy );
@@ -207,7 +206,6 @@ describe( 'DecoupledEditor', () => {
 						} )
 						.then( newEditor => {
 							expect( fired ).to.deep.equal( [
-								'ready-plugincollection',
 								'ready-decouplededitorui',
 								'ready-datacontroller',
 								'ready-decouplededitor'