Skip to content

Example of .ts coverage? #70

@Esqarrouth

Description

@Esqarrouth

I'm currently using this:

        preprocessors: {
            '**/*.ts': ['typescript','coverage'], //#A
            '**/*.js': 'coverage' //#B
        },
        reporters: ['progress', 'coverage'],

With #A enabled, I'm able to run and link tests from typescript, but I get no coverage.

With #B enabled I get coverage for .js files, but still none from typescript.

I'm also using webstorm and its karma plugin.

How do we get typescript coverage?

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