You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments