describe('<LevelRight />', () => {
  it('should render a div with .boldrui-level__right', () => {
    const component = shallow(<LevelRight>My LevelRight</LevelRight>);
    expect(component.contains(<div className="boldrui-level__right">My LevelRight</div>)).toBe(
      true,