v1.1.1
Fixes
-
Fix typings (#6)
If we restrict
toMatchJSON
to only accept records, we can't actually compare arrays.
At the moment, compilingexpect("[]").toMatchJSON([])
fails.Setting
expected
to any should fix that.
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.