()
| 1740 | |
| 1741 | class Layout extends Component { |
| 1742 | render() { |
| 1743 | return ( |
| 1744 | <div> |
| 1745 | <h1>TEST</h1> |
| 1746 | {this.props.children} |
| 1747 | </div> |
| 1748 | ); |
| 1749 | } |
| 1750 | } |
| 1751 | |
| 1752 | class App extends Component { |
nothing calls this directly
no outgoing calls
no test coverage detected