瀏覽代碼

Added a test supporting previous commit.

Piotrek Koszuliński 9 年之前
父節點
當前提交
62e4d5a54b
共有 1 個文件被更改,包括 0 次插入4 次删除
  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', () => {