jest-mock-extended icon indicating copy to clipboard operation
jest-mock-extended copied to clipboard

fix: allow objects as a parameter in the 'calledWith' method

Open maxy9 opened this issue 1 year ago • 0 comments

The "Features" section of the README says:

calledWith() extension to provide argument specific expectations, which works for objects and functions.

but the calledWith extension does not match object parameters correctly, as per Issue #118, so this is to address that.

maxy9 avatar Oct 09 '23 13:10 maxy9