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/dom-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.9.0
Choose a base ref
...
head repository: testing-library/dom-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.10.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 5, 2020

  1. feat: Add check for container type on queries (#604)

    This is intended to give an informative warning when
    a base-query is called with a container that's neitheir
    an Element, Document or DocumentFragment.
    
    Closes: #537
    Jnforja authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    16e41ac View commit details
    Browse the repository at this point in the history
  2. docs: add Jnforja as a contributor (#605)

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