See more
Writable — tests should be cheap to write relative to the cost of the code being tested.
class AccountUpdate extends Component { // Updates!! state = { username: this.props.username, membershipLevel: this.props.membershipLevel }