Skip to content
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
@christopherhafke

Description

@christopherhafke

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions