-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
needs discussionWhether changes are needed is still undecided and additional discussion is needed.Whether changes are needed is still undecided and additional discussion is needed.
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()
.
nickserv, joshpitzalis and ekafeel
Metadata
Metadata
Assignees
Labels
needs discussionWhether changes are needed is still undecided and additional discussion is needed.Whether changes are needed is still undecided and additional discussion is needed.