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/react-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.5
Choose a base ref
...
head repository: testing-library/react-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.6
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 14, 2019

  1. docs: Add missing characters in complex example (#404)

    LiaoJimmy authored and Kent C. Dodds committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    b1e5b3a View commit details
    Browse the repository at this point in the history
  2. docs: add LiaoJimmy as a contributor (#405)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    allcontributors[bot] authored and Kent C. Dodds committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    4aa0c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. fix: async act detection (#407)

    The previous version of async act detection left an open hanging act scope, which broke tests and expectations. This PR delays the detection until it's been called at least once.
    Sunil Pai Kent C. Dodds
    Sunil Pai authored and Kent C. Dodds committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ffe2b79 View commit details
    Browse the repository at this point in the history
  2. docs: add threepointone as a contributor (#408)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    allcontributors[bot] authored and Kent C. Dodds committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2774d7b View commit details
    Browse the repository at this point in the history
  3. docs: add gaearon as a contributor (#409)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    allcontributors[bot] authored and Kent C. Dodds committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    98bc29a View commit details
    Browse the repository at this point in the history
Loading