mjackson/expect

Expected {} to equal {}

Open

#225 geöffnet am 21. Aug. 2017

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)JavaScript (132 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (2.290 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

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

Contributor Guide