mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b187142103
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.