UNPKG

@aws-cdk/integ-runner

Version:

CDK Integration Testing Tool

9 lines 356 B
import type { IntegRunnerOptions } from './runner-base'; import { ToolkitLibRunnerEngine } from '../engines/toolkit-lib'; /** * Creates the engine for running integration tests. * * Only the toolkit-lib engine is supported. */ export declare function makeEngine(options: IntegRunnerOptions): ToolkitLibRunnerEngine; //# sourceMappingURL=engine.d.ts.map