it("when 'big' has className 'big'", () => {
      const button = render({ size: 'big' })

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