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

Use _hostContainerInfo to track test renderer options #8261

Merged
merged 5 commits into from
Nov 11, 2016

Commits on Nov 10, 2016

  1. Use _hostContainerInfo to track test renderer options

    The transaction is not available when unmounting or updating the
    instance, so we track it using _hostContainerInfo
    Brandon Dail committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c00a660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f274f View commit details
    Browse the repository at this point in the history
  3. Linting fixes

    Brandon Dail committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7b8366f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Remove transaction from ref lifecycle code path

    We don't need to pass the transaction around anymore since we store the
    test options on _hostContainerInfo instead
    Brandon Dail committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a4b488f View commit details
    Browse the repository at this point in the history
  2. Remove unused argument

    gaearon committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e755a3b View commit details
    Browse the repository at this point in the history