Releases: duailibe/jest-json
Releases · duailibe/jest-json
v2.0.0
Breaking
- Only works on Jest >= 27.2.5
v1.1.1
Fixes
-
Fix typings (#6)
If we restrict toMatchJSON
to only accept records, we can't actually compare arrays.
At the moment, compiling expect("[]").toMatchJSON([])
fails.
Setting expected
to any should fix that.
1.1.0
- Fix an error when using a
jsonMatching()
inside a arrayContaining()