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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v28.10.1
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v28.11.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 15, 2025

  1. feat(valid-expect): allow calling expect with no arguments (#1688)

    This is particularly useful for jest-extended
    
    - https://jest-extended.jestcommunity.dev/docs/matchers/pass
    - https://jest-extended.jestcommunity.dev/docs/matchers/fail
    
    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    sonnyp and SimenB authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    ff0349e View commit details
    Browse the repository at this point in the history
  2. chore(release): 28.11.0 [skip ci]

    # [28.11.0](v28.10.1...v28.11.0) (2025-01-15)
    
    ### Features
    
    * **valid-expect:** allow calling `expect` with no arguments ([#1688](#1688)) ([ff0349e](ff0349e))
    semantic-release-bot committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    53427f0 View commit details
    Browse the repository at this point in the history
Loading