mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
We extract common logic between DOM and native tests so they don't diverge. Also, rather than build a tree object in advance for testing, we will walk the tree on the go. This lets us have much more specific error messages with a clear path when something goes wrong.