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