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.29.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.29.6
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    a25149d View commit details
    Browse the repository at this point in the history
  2. fix: Don't assume mocked timers imply jest fake timers (#900)

    * fix: Don't assume mocked timers imply jest fake timers
    
    * Create dedicated jest timer functions
    
    The naming should indicate that they should only be called in a jest-like environment
    
    * No implicit return
    
    * I don't know how istanbul works
    
    and I don't care
    eps1lon authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f7b5c33 View commit details
    Browse the repository at this point in the history
Loading