Closed
Description
When using React.addons.TestUtils
a warning should be thrown, since the addons entry point is deprecated as of 15.5.0 (as per the official documentation)
The error that should be thrown is:
React.addons.TestUtils is deprecated since React 15.5.0, use ReactDOM.TestUtils instead.