UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

4 lines (3 loc) 259 B
import type { TestFixture } from '../../../lib'; export declare function deploysSuccessfully(fixture: TestFixture, language: string): Promise<void>; export declare function fromStackCreatesDeployableApp(fixture: TestFixture, language: string): Promise<void>;