UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

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