enhancementhelp wanted
倉庫指標
- Star
- (2,290 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
> 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.