mjackson/expect

Expected {} to equal {}

Open

#225 opened on 2017年8月21日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)JavaScript (132 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (2,290 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

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

コントリビューターガイド