mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f411e8990f
Adding `.internal` to a test file prevents it from being tested in build mode. The best practice is to instead gate the test based on whether the feature is enabled. Ideally we'd use the `@gate` pragma in these tests, but the `itRenders` test helpers don't support that.