Skip to content

Commit

Permalink
Back-fill changesets (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jun 5, 2023
1 parent 633e318 commit ab20845
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-boats-work.md
@@ -0,0 +1,5 @@
---
'jest-extended': patch
---

Make CustomMatchers extend Record to fix a TypeScript error
5 changes: 5 additions & 0 deletions .changeset/heavy-shrimps-boil.md
@@ -0,0 +1,5 @@
---
'jest-extended': patch
---

Fix toHaveBeenCalledOnceWith messages
5 changes: 5 additions & 0 deletions .changeset/neat-pumas-bathe.md
@@ -0,0 +1,5 @@
---
'jest-extended': major
---

Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith
5 changes: 5 additions & 0 deletions .changeset/sour-cougars-design.md
@@ -0,0 +1,5 @@
---
'jest-extended': patch
---

Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter

0 comments on commit ab20845

Please sign in to comment.