it('allows passing custom "className" without overriding defaults', () => {
    const link = render({ className: 'custom' })

    equal('cui__link custom', link.props.className)
  })