Skip to content

expect(<primitive>).toEqual(<promise>) no longer works #47

Open
@juliemr

Description

@juliemr

We should attempt to solve this situation as well, or at least better document failures.

For the record, the following all work:

expect(<primitive>).toEqual(<primitive>)
expect(<promise>).toEqual(<promise>)
expect(<promise>).toEqual(<primitive>)

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