Sfoglia il codice sorgente

Added a test supporting previous commit.

Piotrek Koszuliński 9 anni fa
parent
commit
62e4d5a54b
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      packages/ckeditor5-ui/tests/editorui/editorui.js

+ 0 - 4
packages/ckeditor5-ui/tests/editorui/editorui.js

@@ -29,10 +29,6 @@ describe( 'EditorUI', () => {
 
 			expect( editorUI.collections.get( 'body' ) ).to.be.instanceof( ControllerCollection );
 		} );
-
-		it( 'sets editor.ui property', () => {
-			expect( editor ).to.have.property( 'ui', editorUI );
-		} );
 	} );
 
 	describe( 'init', () => {