KC's Workspace
    Preparing search index...
    interface StackTraceParserOptions {
        frameFilter?: (error: TestError, frame: ParsedStack) => boolean | void;
        getSourceMap?: (file: string) => unknown;
        getUrlId?: (id: string) => string;
        ignoreStackEntries?: (string | RegExp)[];
    }
    Index

    Properties

    frameFilter?: (error: TestError, frame: ParsedStack) => boolean | void
    getSourceMap?: (file: string) => unknown
    getUrlId?: (id: string) => string
    ignoreStackEntries?: (string | RegExp)[]