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

Add additional type checks to adapters #1701

Merged
merged 6 commits into from
Jul 22, 2018

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    6c5e6ba View commit details
    Browse the repository at this point in the history
  2. [enzyme-adapter-react-{13,14,15.4,15,16] Add displayNameOfNode, `is…

    …ValidElementType`
    jquense authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    e163a35 View commit details
    Browse the repository at this point in the history
  3. [New] Debug: typeName now calls the adapter’s displayNameOfNode

    … if available
    jquense authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    c401fde View commit details
    Browse the repository at this point in the history
  4. [New] mount/shallow: .name(): call into adapter’s `displayNameO…

    …fNode`, if present
    jquense authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    3db6d2c View commit details
    Browse the repository at this point in the history
  5. [New] Utils: nodeHasType: call into adapter’s displayNameOfNode

    …, if present
    jquense authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    02f6f21 View commit details
    Browse the repository at this point in the history
  6. [New] selectors: buildPredicate: call into adapter’s `isValidElem…

    …entType`, if present
    jquense authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    67b9dc0 View commit details
    Browse the repository at this point in the history