(this.props.flipped)
| 710 | |
| 711 | render() { |
| 712 | if (this.props.flipped) { |
| 713 | return ( |
| 714 | <div> |
| 715 | <Static ref={this.static0Ref} key="B"> |
| 716 | B (ignored) |
| 717 | </Static> |
| 718 | <Static ref={this.static1Ref} key="A"> |
| 719 | A (ignored) |
| 720 | </Static> |
| 721 | </div> |
| 722 | ); |
| 723 | } else { |
| 724 | return ( |
| 725 | <div> |
| 726 | <Static ref={this.static0Ref} key="A"> |
no test coverage detected