Skip to content

Set comparison with eql is wrong #143

Description

@robbie-c

expect(new Set([1])).not.to.be.eql(new Set([2])); // fails

You get the following output:
Error: expected {} to sort of not equal {}
Expected :{}
Actual :{}

I can work on a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions