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

Implement createNodeMock for ReactTestRenderer #7649

Merged
merged 15 commits into from
Sep 13, 2016

Commits on Sep 2, 2016

  1. Implement optional mockConfig and getMockRef

    Brandon Dail authored and Brandon Dail committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    d7bd655 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. default mockConfig, walk render tree

    Brandon Dail authored and Brandon Dail committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    f24dbcd View commit details
    Browse the repository at this point in the history
  2. Pass mockConfig to transaction

    Brandon Dail authored and Brandon Dail committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    cf63a1b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Attach mockConfig to transaction

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    86f13a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mock-dom-instance

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    5c73a3d View commit details
    Browse the repository at this point in the history
  3. type mockConfig in ReactRef

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    4b1f273 View commit details
    Browse the repository at this point in the history
  4. Expect object in native component ref test

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    ff6171d View commit details
    Browse the repository at this point in the history
  5. Fix argument name for attachRefs

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b27a7f8 View commit details
    Browse the repository at this point in the history
  6. Add mockConfig support to legacy refs

    Brandon Dail authored and Brandon Dail committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    839e353 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Pass transaction to getPublicInstance

    Brandon Dail authored and Brandon Dail committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    1145e6c View commit details
    Browse the repository at this point in the history
  2. Implement getMockConfig on ReactTestReconcileTransaction

    Brandon Dail authored and Brandon Dail committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    c33d571 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Merge defaultMockConfig and mockConfig options

    Brandon Dail authored and Brandon Dail committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    3e5ca78 View commit details
    Browse the repository at this point in the history
  2. Rename mockConfig to testOptions

    Brandon Dail authored and Brandon Dail committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    4f18142 View commit details
    Browse the repository at this point in the history
  3. Break getPublicInstnce into three lines

    Brandon Dail authored and Brandon Dail committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    780b641 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. createMockRef -> createNodeMock

    Brandon Dail authored and Brandon Dail committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    eb6b129 View commit details
    Browse the repository at this point in the history