@peggyjs/coverage - v2.0.1
    Preparing search index...

    Interface TestCounts

    interface TestCounts {
        grammarPath: string;
        invalid: number;
        modifiedPath: string;
        total: number;
        valid: number;
    }
    Index

    Properties

    grammarPath: string
    invalid: number
    modifiedPath: string
    total: number
    valid: number