UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

7 lines (6 loc) 224 B
/** * Find the root directory of the repo from the current directory * * We look for a file that is present only in the root of our AWS CDK CLI repository. */ export declare function autoFindRepoRoot(): Promise<string>;