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

WIP: React test renderer wrapper #1649

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 2, 2018

  1. most basic implementation of adapter calling toTree from react-test-r…

    …enderer
    Pete Gleeson committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f6f6eca View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. hacks in usage of new adapter in react 16

    Pete Gleeson committed May 4, 2018
    Configuration menu
    Copy the full SHA
    1932934 View commit details
    Browse the repository at this point in the history
  2. hacks in support for custom wrappers

    Pete Gleeson committed May 4, 2018
    Configuration menu
    Copy the full SHA
    f654389 View commit details
    Browse the repository at this point in the history
  3. adds custom wrapper built on react-test-renderer

    Pete Gleeson committed May 4, 2018
    Configuration menu
    Copy the full SHA
    6234142 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09be724 View commit details
    Browse the repository at this point in the history
  5. pulls over logic required to make find() work

    Pete Gleeson committed May 4, 2018
    Configuration menu
    Copy the full SHA
    2c64883 View commit details
    Browse the repository at this point in the history