describe(" Tests", () => { if ( (`Should render in dom as parent to the editor component`, () => { expect(true).toBe(false); }) ); test.skip(`Should set the isShowingProperties prop to true when the properties are showing`, () => {}); test.skip(`Should set the isShowingProperties prop to true when setIsEditing() method is called`, () => {}); });