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
base: a9beb47455dae0f455ddacc473d0ddabe09f0b43
Choose a base ref
...
head repository: testing-library/jest-dom
compare: 6988a67b1c2a98a5873c952beace08fc07eedbe2
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 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 committed Feb 2, 2022
    Copy the full SHA
    43a420a View commit details
    Browse the repository at this point in the history
  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 committed Feb 2, 2022
    Copy the full SHA
    3094eb1 View commit details
    Browse the repository at this point in the history

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 committed Feb 3, 2022
    Copy the full SHA
    8162115 View commit details
    Browse the repository at this point in the history
  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] committed Feb 3, 2022
    Copy the full SHA
    1f389f8 View commit details
    Browse the repository at this point in the history
  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] committed Feb 3, 2022
    Copy the full SHA
    4d0ceeb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Copy the full SHA
    6988a67 View commit details
    Browse the repository at this point in the history