enhancementhelp wanted
Description
> expect(Object.create(null)).toEqual({})
Error: Expected {} to equal {}
They are different, because of prototype, but the output is weird.
> expect(Object.create(null)).toEqual({})
Error: Expected {} to equal {}
They are different, because of prototype, but the output is weird.