Skip to content

Latest commit

History

History
23 lines (13 loc) 路 494 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) 路 494 Bytes

jest-extended

4.0.0

Major Changes

  • ab20845: Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith

Minor Changes

  • 5b80ca8: support vitest 0.31.0

Patch Changes

  • ab20845: Make CustomMatchers extend Record to fix a TypeScript error
  • ab20845: Fix toHaveBeenCalledOnceWith messages
  • ab20845: Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter

3.2.4

Patch Changes

  • 0b07513: Support varargs in toHaveBeenCalledOnceWith (#557)