This repository was archived by the owner on Sep 14, 2024. It is now read-only.
This repository was archived by the owner on Sep 14, 2024. It is now read-only.
Option to test for deep equality #46
Open
Description
If one wishes to test for deep equality (i.e. recursive equality), one currently has to supply their own deep equality function and write something like
expect(deepEqual(value1, value2)).to.equal(true)
An option to test for deep equality between two tables, especially one that can alert where the two tables differ if they do, would be very helpful.