it('should render a custom component with NavbarLink props', () => {
    const customComponent = props =>
      <div>
        My Button <a {...props} />
      </div>;