Explorar o código

Tests: Removed obsolete BoxedEditorUI test.

Aleksander Nowodzinski %!s(int64=9) %!d(string=hai) anos
pai
achega
db4fd9c2d9
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      packages/ckeditor5-ui/tests/boxededitorui/boxededitorui.js

+ 0 - 6
packages/ckeditor5-ui/tests/boxededitorui/boxededitorui.js

@@ -33,10 +33,4 @@ describe( 'BoxedEditorUI', () => {
 			expect( boxedEditorUI.height ).to.equal( editor.config.get( 'ui.height' ) );
 		} );
 	} );
-
-	describe( 'viewModel', () => {
-		it( 'points to the BoxedEditorUI instance', () => {
-			expect( boxedEditorUI.viewModel ).to.equal( boxedEditorUI );
-		} );
-	} );
 } );