Closed
Description
The fundamental (and great) aspect of this library is:
The more your tests resemble the way your software is used, the more confidence they can give you.
I've watched all your talks and you keep saying that Simulate
is a bad idea (even Dan Abramov told us that, if I'm not wrong) and I really agree with you!
We all want to make testing easier, and the only confusing thing that I see in this great library is having two render methods.
My suggestion is that we just deprecate renderIntoDocument()
and move renderIntoDocument()
's behavior to render()
.
I don't see any reason to use render()
over renderIntoDocument()
.