()
| 299 | let doRender2 = null |
| 300 | class Outer extends Component { |
| 301 | constructor () { |
| 302 | super(...arguments) |
| 303 | this.state = { |
| 304 | foo: '1' |
| 305 | } |
| 306 | } |
| 307 | |
| 308 | componentDidMount () { |
| 309 | doRender1 = () => { |
nothing calls this directly
no test coverage detected