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: vitest-dev/eslint-plugin-vitest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.16
Choose a base ref
...
head repository: vitest-dev/eslint-plugin-vitest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.17
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 6, 2025

  1. Update prefer-called-exactly-once-with.md (#776)

    The readme is a little in-exact, this change makes it more accurate.
    casewalker authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    c617878 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. fix(prefer-called-exactly-once-with): incorrect auto-fix behavior (#778)

    * fix: replace toHaveBeenCalledOnce/With pairs with toHaveBeenCalledExactlyOnceWith
    
    * test: add tests
    
    * fix: fix build error
    y-hsgw authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    6229b2b View commit details
    Browse the repository at this point in the history
  2. chore: release v1.3.17

    veritem committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    526e378 View commit details
    Browse the repository at this point in the history
Loading