UNPKG

@aws-cdk/integ-runner

Version:

CDK Integration Testing Tool

9 lines 415 B
import type * as workerpool from 'workerpool'; import type { IntegTestInfo } from '../runner'; export interface IntegWatchOptions extends IntegTestInfo { readonly region: string; readonly profile?: string; readonly verbosity?: number; } export declare function watchIntegrationTest(pool: workerpool.WorkerPool, options: IntegWatchOptions): Promise<void>; //# sourceMappingURL=integ-watch-worker.d.ts.map