I have a HOC like so and I want to test the getStuff2 function:
getStuff2
function withHoc(aComponent) { class hocClass extends React.Component { getStu