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: v6.4.1
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: v6.4.2
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 1, 2024

  1. docs: add fpapado as a contributor for code, doc, and test (#573)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Ernesto García <ernesto@ernesto.dev>
    allcontributors[bot] and gnapse authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    16499cf View commit details
    Browse the repository at this point in the history
  2. docs: add jakeboone02 as a contributor for code, and test (#578)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d829ed9 View commit details
    Browse the repository at this point in the history
  3. docs: add SteKoe as a contributor for bug, and code (#579)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    73ad847 View commit details
    Browse the repository at this point in the history
  4. docs: add kryops as a contributor for bug, code, and test (#580)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    978e3d4 View commit details
    Browse the repository at this point in the history
  5. docs: add Dennis273 as a contributor for code (#581)

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

Commits on Feb 5, 2024

  1. fix: Remove errant export of GetByRoleMatcher, fixing type checking i…

    …n some TS configurations (#575)
    
    * Remove errant export of GetByRoleMatcher
    
    Mixing export type with export = matchers can throw off
    TypeScript in some configurations. We do not need to export
    the matcher as a separate type, since the argument types
     are available in the matcher already.
    
    * import type for ARIARole
    
    ---------
    
    Co-authored-by: Ernesto García <ernesto@ernesto.dev>
    fpapado and gnapse authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a93c0c4 View commit details
    Browse the repository at this point in the history
Loading