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

Codemod tests to waitFor pattern (2/?) #26296

Merged
merged 1 commit into from
Mar 3, 2023

Commits on Mar 3, 2023

  1. Codemod tests to waitFor pattern (2/?)

    This converts some of our test suite to use the `waitFor` test pattern,
    instead of the `expect(Scheduler).toFlushAndYield` pattern. Most of
    these changes are automated with jscodeshift, with some slight manual
    cleanup in certain cases.
    
    See facebook#26285 for full context.
    acdlite committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    62c01b8 View commit details
    Browse the repository at this point in the history