Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information