@exodus/test
    Preparing search index...
    interface LocationInfo {
        column?: number;
        file?: string;
        line?: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    column?: number

    The column number where the test is defined, or undefined if the test was run through the REPL.

    file?: string

    The path of the test file, undefined if test was run through the REPL.

    line?: number

    The line number where the test is defined, or undefined if the test was run through the REPL.