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

      equal('cui__button--primary custom', button.props.className)
    })