KC's Workspace
    Preparing search index...
    Index

    Constructors

    Properties

    moduleId: string

    The id of the module in the Vite module graph. It is usually an absolute file path.

    pool: Pool

    The current test pool. It's possible to have multiple pools in a single test project with typecheck.enabled.

    project: TestProject

    The test project that the module belongs to.

    taskId: string

    The task id associated with the test module.

    testIds: string[] | undefined

    The ids of tasks inside of this specification to run.

    testLines: number[] | undefined

    Line numbers of the test locations to run.

    testNamePattern: RegExp | undefined

    Regular expression pattern to filter test names.

    testTagsFilter: string[] | undefined

    The tags of tests to run.

    Accessors

    Methods