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.24.5
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.25.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 12, 2020

  1. feat(waitFor): allow returning a promise (#782)

    You can now return a promise in the waitFor callback and your callback will not be called again until the promise rejects. If the promise rejects, then the callback will be called again until it gets a promise which resolves or it times out.
    kentcdodds authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4e5e533 View commit details
    Browse the repository at this point in the history
  2. docs: add marcosvega91 as a contributor (#783)

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