Я хочу провести модульное тестирование, чтобы компонент componentDidUpdate работал с использованием мокко, чиа и фермента. Я прочитал документы, но ничего не увидел с componentDidUpdate.
componentDidUpdate() {
if (this.props.statusMessage.messageType === SUCCESSFUL_REQUEST_CLASS) {
this.props.reset('futureChanges');
this.props.resetFutureAgentTable();
this.props.removeFutureTemplate();
}
}