KC's Workspace
    Preparing search index...
    interface WorkerExecuteContext {
        files: FileSpecification[];
        invalidates?: string[];
        providedContext: Record<string, any>;
        workerId: number;
    }
    Index

    Properties

    invalidates?: string[]
    providedContext: Record<string, any>
    workerId: number

    Exposed to test runner as VITEST_WORKER_ID. Value is unique per each isolated worker.