Interface Reporter

A coverage reporter

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

Properties

Methods

Properties

name: string

Methods