()
| 23 | |
| 24 | class TestingComponent extends Component { |
| 25 | componentWillMount() { |
| 26 | mounted(); |
| 27 | } |
| 28 | |
| 29 | componentWillUpdate(nextProps, nextState) { |
| 30 | willUpdate(nextProps, nextState, this.props, this.state); |
nothing calls this directly
no outgoing calls
no test coverage detected