Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/jest-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.4
Choose a base ref
...
head repository: testing-library/jest-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.9
Choose a head ref
  • 17 commits
  • 17 files changed
  • 13 contributors

Commits on Sep 8, 2020

  1. docs(readme): Remove duplicate "data-testid" from example (#291)

    Having two "data-testid" attributes is invalid, so I assume this is a typo/leftover. Removing should simplify example and prevent possible confusion.
    danawoodman authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0139b9f View commit details
    Browse the repository at this point in the history
  2. docs: add danawoodman as a contributor (#292)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d6b60a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. docs: Update README.md (#251)

    Mo Sattler authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f4c10c3 View commit details
    Browse the repository at this point in the history
  2. docs: add MoSattler as a contributor (#294)

    * docs: update README.md
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3fb1835 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    7ee54ab View commit details
    Browse the repository at this point in the history
  2. docs: add geoffrich as a contributor (#301)

    * docs: update README.md
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e460611 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    c11f9c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. fix: Improved error messaging for toHaveFocus assertion (#304)

    * Improved error message for toHaveFocus assertion
    * Updated error message
    
    Co-authored-by: Syneva Runyan <syneva.runyan@mailchimp.com>
    Co-authored-by: syneva-runyan <srunyan3@gatech.edu>
    3 people authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c79faa2 View commit details
    Browse the repository at this point in the history
  2. docs: add syneva-runyan as a contributor (#308)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0309dcf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    8298015 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. ci: Add validate workflow instead of travis (#311)

    * ci: add validate workflow based on yo kcd-oss
    
    * chore: remove travis file
    
    * chore: force enabling colors for validate script
    
    * chore: use master branch
    
    * chore: update Code of Conduct email address
    
    Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
    MatanBobi and nickserv authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    2927c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    4179117 View commit details
    Browse the repository at this point in the history
  2. fix: Adds expected text for toContainHTML checks that fail (#299) (#318)

    Co-authored-by: Ernesto García <gnapse@gmail.com>
    kiranjd and gnapse authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    0bd1ed9 View commit details
    Browse the repository at this point in the history
  3. docs: add nickmccurdy as a contributor (#324)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    70677a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. docs: Update usage in README to make it more copy-pasty (#326)

    Co-authored-by: Ernesto García <gnapse@gmail.com>
    obedparla and gnapse authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c686a78 View commit details
    Browse the repository at this point in the history
  2. docs: add obedparla as a contributor (#327)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    f930668 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. fix: Ignore comment nodes in toBeEmptyDOMElement (#317)

    Co-authored-by: Ernesto García <gnapse@gmail.com>
    marcelbarner and gnapse authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6a6531d View commit details
    Browse the repository at this point in the history
Loading