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-hooks-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-beta.9
Choose a base ref
...
head repository: testing-library/react-hooks-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-beta.10
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jan 12, 2021

  1. refactor: async utils (#537)

    * feat: use default values for interval and timeout in async utils
    
    BREAKING CHANGE: `interval` will now default to 50ms in async utils
    
    BREAKING CHANGE: `timeout` will now default to 1000ms in async utils
    
    BREAKING CHANGE: `suppressErrors` has been removed from async utils
    
    * refactor: move timeoutPromise into callAfter helper
    
    * fix: react is not an optional peerDependency
    
    * refactor: return boolean instead of throwing error to handle timeout
    mpeyper authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    394f65a View commit details
    Browse the repository at this point in the history
Loading