in test.js [128:130]
getSnapshotBeforeUpdate(prevProps, prevState) { return prevState.count * 2 + this.state.count * 3; },