Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up test infra for dynamic Scheduler flags #22139

Merged
merged 1 commit into from
Aug 20, 2021

Commits on Aug 19, 2021

  1. Set up test infra for dynamic Scheduler flags

    I copied the set up we use for React.
    
    In the www-variant test job, the Scheduler `__VARIANT__` flags will be
    `true`. When writing a test, we can read the value of the flag with the
    `gate` pragma and method.
    
    Note: Since these packages are currently released in lockstep, maybe we
    should remove SchedulerFeatureFlags and use ReactFeatureFlags for both.
    acdlite committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a3003d4 View commit details
    Browse the repository at this point in the history