KC's Workspace
    Preparing search index...

    Possible options to run a single file in a test.

    interface FileSpecification {
        filepath: string;
        testLocations: number[] | undefined;
    }
    Index

    Properties

    filepath: string
    testLocations: number[] | undefined