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: jest-community/eslint-plugin-jest Loading
base: v24.3.3
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest Loading
compare: v24.3.4
Choose a head ref
  • 4 commits
  • 34 files changed
  • 5 contributors

Commits on Apr 3, 2021

  1. chore(deps): lock file maintenance (#805)

    * chore(deps): lock file maintenance
    
    * test(unbound-method): apply upstream changes
    
    Co-authored-by: Renovate Bot <[email protected]>
    Co-authored-by: Gareth Jones <[email protected]>
    3 people committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    aeb267f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

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

Commits on Apr 5, 2021

  1. fix: support all variations of describe, it, & test (#792)

    * refactor(utils): support matching all variations of `describe` & `test`
    
    * test(consistent-test-it): add case for `describe.only.each`
    
    * test(require-top-level-describe): add cases for modifiers and `each`
    
    * test(no-conditional-expect): add cases for `.each` with template literal
    
    * test(no-export): add cases for `.each`
    
    * test(no-if): add cases for `.each` calls
    
    * test(no-test-return-statement): add cases for `.each`
    
    * test(prefer-hooks-on-top): add cases for `.each`
    
    * test(valid-title): add cases for `.each`
    
    * test(utils): deduplicate code
    
    * test(utils): refactor to deduplicate code
    G-Rath committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0968b55 View commit details
    Browse the repository at this point in the history
  2. chore(release): 24.3.4 [skip ci]

    ## [24.3.4](v24.3.3...v24.3.4) (2021-04-05)
    
    ### Bug Fixes
    
    * support all variations of `describe`, `it`, & `test` ([#792](#792)) ([0968b55](0968b55))
    semantic-release-bot committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    3b8c36c View commit details
    Browse the repository at this point in the history
Loading