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/eslint-plugin-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
Choose a base ref
...
head repository: testing-library/eslint-plugin-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    553bfcb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    e1f39fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0012668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3261a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. feat(prefer-find-by): report presence assertions (#450)

    * feat: report presence matchers
    
    * refactor: split two functions
    
    * refactor: split big if statement
    
    * refactor: split two functions
    
    * refactor: improve variable names
    
    * Add example in docs
    
    * refactor: remove redundant comments
    
    * Refactor else if -> if
    
    * test: add test case with an allowed assertion
    
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    
    Closes #420
    zaicevas authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    94758f1 View commit details
    Browse the repository at this point in the history
Loading