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: a9beb47455dae0f455ddacc473d0ddabe09f0b43
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: 4d0ceeb3ef140bf924a9ffc7665b6996e1ea6961
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 2, 2022

  1. docs: Fix wrong toHaveValue example (#431)

    Small fix on README.md
    
    The `.toHaveValue` example for the select verifies for `.not.toHaveValue`, but the code example has these two options selected.
    That means it _should_ have this value, so I removed the `.not` part to have the test example match the code example.
    cbroeren authored Feb 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    43a420a View commit details
  2. docs: add cbroeren as a contributor for doc (#432)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Ernesto García <gnapse@gmail.com>
    allcontributors[bot] and gnapse authored Feb 2, 2022
    Copy the full SHA
    3094eb1 View commit details

Commits on Feb 3, 2022

  1. fix: add custom element support to toBeDisabled (#368)

    * fix: add custom element support to `toBeDisabled`
    * Custom elements cannot be self-closing
    
    Co-authored-by: Ernesto García <gnapse@gmail.com>
    astorije and gnapse authored Feb 3, 2022
    Copy the full SHA
    8162115 View commit details
  2. docs: add astorije as a contributor for code, ideas (#433)

    * docs: update README.md
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 3, 2022
    Copy the full SHA
    1f389f8 View commit details
  3. docs: add ashleyryan as a contributor for code, ideas (#434)

    * docs: update README.md
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 3, 2022
    Copy the full SHA
    4d0ceeb View commit details
Loading