Skip to content

Add containJson argonaut matcher #16

@stacycurl

Description

@stacycurl

{a: 1, b: 2, c: { d: 3 } } should containJson {a: 1, c: {d: 3}}

{a: 1, b: 2, c: { d: 3 } } should beIdenticalTo {a: 1, c: {d: 3}} ignoringNot("/a, /c/d")
where the paths are derived from the expectation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions