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

Update additional tests to use .toWarnDev() matcher #11957

Merged
merged 8 commits into from
Jan 3, 2018

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    b85c7d2 View commit details
    Browse the repository at this point in the history
  2. Migrated ReactDOMComponent-test to use .toWarnDev() matcher

    Note this test previous had some hacky logic to verify errors were reported against unique line numbers. Since the new matcher doesn't suppor this, I replaced this check with an equivalent (I think) comparison of unique DOM elements (eg div -> span)
    bvaughn committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    bd01079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bdb234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcad6d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    6cf3920 View commit details
    Browse the repository at this point in the history
  2. Updated ReactElementValidator to distinguish between Array and Object…

    … in its warning. Also updated its test to use .toWarnDev() matcher.
    bvaughn committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    806035a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    150502e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30f7101 View commit details
    Browse the repository at this point in the history