KC's Workspace
    Preparing search index...
    interface PoolOptions {
        cacheFs?: boolean;
        distPath: string;
        env: Partial<ProcessEnv>;
        environment: ContextTestEnvironment;
        execArgv: string[];
        method: "run" | "collect";
        project: TestProject;
    }
    Index

    Properties

    cacheFs?: boolean
    distPath: string
    execArgv: string[]
    method: "run" | "collect"
    project: TestProject