We're using TestCafe for end-to-end testing, and I'm finding myself looking at an error like this:
AssertionError: expected [ Array(5) ] to deeply equal [ Array(5) ]
I'd like error messages like this to include a diff. I know object diffing modules are available on npm, but I'd like to add it in such a way that I don't have to import this library any time I'm asserting object equality.