Real unit test (isolation, no children render)
Calls:
- constructor
- render
| render: function() { | |
| const value = this.props.value; | |
| const buttons = this.props.buttons.map((button, i) => { | |
| return <button title={button.title} | |
| type="button" | |
| id={"" + i} | |
| ref={"button" + i} | |
| key={"" + i} | |
| className={css( | |
| styles.button.buttonStyle, |