From 0b075133b6bff3583df026f210bca870175d748b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 18 Feb 2023 10:05:10 +0100 Subject: [PATCH] chore: make release (#566) --- .changeset/moody-panthers-impress.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/moody-panthers-impress.md diff --git a/.changeset/moody-panthers-impress.md b/.changeset/moody-panthers-impress.md new file mode 100644 index 00000000..dce3eeef --- /dev/null +++ b/.changeset/moody-panthers-impress.md @@ -0,0 +1,5 @@ +--- +'jest-extended': patch +--- + +Support varargs in toHaveBeenCalledOnceWith (#557)