Skip to content

v1.1.1

Compare
Choose a tag to compare
@duailibe duailibe released this 08 Dec 15:54
· 18 commits to main since this release

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.