mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Withdf12d7eac4I accidentally made it so that tests aren't run with the 2 variant modes for most SchedulerFeatureFlags anymore. This fixes it with the same approach asee4233bdbc. Test Plan: Run and notice the boolean flags follow the variant: ``` yarn test-www --variant=true yarn test-www --variant=false ```