core-utils
    Preparing search index...
    interface TestError {
        diff?: { actual: string; expected: string };
        location?: TestLocation;
        message: string;
        snippet?: string;
        stack?: string;
    }
    Index

    Properties

    diff?: { actual: string; expected: string }
    location?: TestLocation
    message: string
    snippet?: string
    stack?: string