Just as ReactMount.render returns the rendered component instance, it seems to me that ReactShallowRenderer.prototype.render should return the rendered component or expose it in some other way (maybe a getRenderedComponent method) so that when testing stateful components via shallow rendering, assertions can be made against the state of the component instance.
Just as
ReactMount.renderreturns the rendered component instance, it seems to me thatReactShallowRenderer.prototype.rendershould return the rendered component or expose it in some other way (maybe agetRenderedComponentmethod) so that when testing stateful components via shallow rendering, assertions can be made against the state of the component instance.