mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
We have a bunch of tests that are meant to test generic React behavior. However, we've written the tests against the DOM renderer. This moves tests that depend on ReactDOM or ReactTestUtils out of the shared repo. This will let us sync the shared repo directly to environments that don't support running these tests. Such as React Native.