| 462 | it('should correctly call child refs for un-keyed children on re-render', () => { |
| 463 | let el = null; |
| 464 | let ref = e => { |
| 465 | el = e; |
| 466 | }; |
| 467 | |
| 468 | class App extends Component { |
| 469 | render({ headerVisible }) { |
no outgoing calls
no test coverage detected