KC's Workspace
    Preparing search index...

    Type Alias SerializedTestSpecification

    SerializedTestSpecification: [
        project: { name: string
        | undefined; root: string },
        file: string,
        options: { pool: string; testLines?: number[] },
    ]