Matt Phillips
Matt Phillips
I'm not sure I fully understand the question of extend the expect library instead. Jest allows it's `expect` to be extended via the `expect.extend` API, that is what `jest-extended` does...
Hey @benjaminkay93 I like the proposed matchers :smile: I agree the simple variant could be a bit painful with all of the edge cases but if you are up for...
@SimenB > I wonder if this needs a times argument? Ooo I like it! I'm not sure how we would add it to the API without it being a bit...
After chatting with @rickhanlonii and @SimenB at the Jest summit we came up with the following new parameterised APIs: | New parameterised API | Existing API | | ------------- |-------------|...
@SimenB it looks like `jest-when` has come on quite a bit since I last checked it out last year! The `jest-when` API appears to be closer to my original proposal...
LGTM! @clarkdo could you add an entry to the changelog?
Hey @danilowoz 👋 have you had a chance to look at this? Anything you need me to change or do?
I don't think these type defs are actually accurate, they don't recurse on Arrays and they error on the example usage in the project readme as shown in screenshot. I've...
Thanks @icholy
Released in https://www.npmjs.com/package/deep-object-diff/v/1.1.8