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

Test infra: Support gate('enableFeatureFlag') #30760

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Test infra: Support gate('enableFeatureFlag')

    Shortcut for the common case where only a single flag is checked. Same
    as `gate(flags => flags.enableFeatureFlag)`.
    
    Normally I don't care about these types of conveniences but I'm about to
    add a lot more inline flag checks these all over our tests and it gets
    noisy. This helps a bit.
    acdlite committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6f051ab View commit details
    Browse the repository at this point in the history