Documentation
    Preparing search index...

    Interface Reporter

    A coverage reporter

    interface Reporter {
        name: string;
        execute(context: Context): void;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Methods