KC's Workspace
    Preparing search index...
    Index

    Constructors

    Properties

    Accessors

    Methods

    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 poolMatchGlob and typecheck.enabled. In Vitest 4, the project will only support a single pool and this property will be removed.

    project: TestProject

    The test project that the module belongs to.

    taskId: string

    The task ID associated with the test module.

    testLines: number[] | undefined

    Line numbers of the test locations to run.

    Accessors

    Methods