Skip to content

TypeError: Cannot convert undefined or null to object #232

@ventuno

Description

@ventuno

Similarly to #181 this error is visible when running COVERAGE=true ember test --path=dist or COVERAGE=true ember exam --path=dist.

This seems to happen because #182 fixes the problem by defaulting fileLookup in the included hook which is only called when COVERAGE=true ember build ... runs.

When using the --path argument, build does not run hence fileLookup is null again.

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