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

    equal('cui__preview__title custom', previewTitle.props.className)
  })