Skip to content

How did you handle "Expected at least one assertion, but none were run - call expect(0) to accept zero assertions."? #9

@iamdtang

Description

@iamdtang

Hey Alex,

Have you used Test Double's verifying invocation feature in your Ember tests? Since td.verify() is meant to be an assertion, you end up getting an error like "Expected at least one assertion, but none were run - call expect(0) to accept zero assertions." if you don't call a method off of the provided assert. Just curious if you found any clever ways around this. 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions