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