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

    Hierarchy

    Index

    Properties

    column?: number

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

    count: number

    The number of subtests that have ran.

    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.

    nesting: number

    The nesting level of the test.