Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CLI-integ-tests): cli integ tests cannot use local CDK framework (
aws#31131) ### Reason for this change The cli integration tests cannot use your local version of `aws-cdk-lib`. This can be verified by making your `Stack` construct throw an error upon creation, and watching no CLI integration tests fail, even with `-a`. ### Description of changes Fixed the CLI integration test framework to correctly link the local packages, like it [used to](aws#23590). ### Description of how you validated changes Manual testing. This isn't something we can add automated tests for. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information