mjackson/expect

Expected {} to equal {}

开放

#225 创建于 2017年8月21日

 (1 条评论) (1 个反应) (0 位负责人)JavaScript (115 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (2,269 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

> expect(Object.create(null)).toEqual({})
Error: Expected {} to equal {}

They are different, because of prototype, but the output is weird.

贡献者指南