mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
The explicit mock override in this test was causing it to always run as native-oss instead of also as xplat. This moves the test to use `// @gate persistent` instead to run it in all persistent configs.