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

DO NOT MERGE - rewrite test act helpers based on react/#15591 #266

Merged
merged 6 commits into from
May 28, 2019

Commits on May 10, 2019

  1. rewrite test act helpers based on react/#15591

    This simplifies your test helpers to loop until all timers are flushed (including the ones that get queued after updates), and works in concurrent mode. I also renamed actSuspense to actAsync to be clearer.
    Sunil Pai committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ae3b98f View commit details
    Browse the repository at this point in the history
  2. pretty, witty, fine

    Sunil Pai committed May 10, 2019
    Configuration menu
    Copy the full SHA
    6243d19 View commit details
    Browse the repository at this point in the history
  3. reverting the rename

    Sunil Pai committed May 10, 2019
    Configuration menu
    Copy the full SHA
    7aaef6f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    c7580fc View commit details
    Browse the repository at this point in the history
  2. pass tests and flow

    threepointone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    9e87e65 View commit details
    Browse the repository at this point in the history
  3. prettier

    threepointone committed May 28, 2019
    Configuration menu
    Copy the full SHA
    388b03d View commit details
    Browse the repository at this point in the history