it('should render an anchor with .boldrui-navbar__link', () => {
    const component = shallow(<NavbarLink href="#">My NavbarLink</NavbarLink>);
    expect(
      component.contains(
        <a href="#" className="boldrui-navbar__link">