|
@@ -26,5 +26,9 @@ describe( 'EditorUI', () => {
|
|
|
|
|
|
|
|
expect( editorUI.collections.get( 'body' ) ).to.be.instanceof( ControllerCollection );
|
|
expect( editorUI.collections.get( 'body' ) ).to.be.instanceof( ControllerCollection );
|
|
|
} );
|
|
} );
|
|
|
|
|
+
|
|
|
|
|
+ it( 'sets editor.ui property', () => {
|
|
|
|
|
+ expect( editor ).to.have.property( 'ui', editorUI );
|
|
|
|
|
+ } );
|
|
|
} );
|
|
} );
|
|
|
} );
|
|
} );
|