mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +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.