Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cloudformation): update integration tests with description para…
…meter for custom resources (#13276) Integration test in `core` module requires that any custom description parameter integration tests should be done in `cloudformation` module. https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/core/test/integration.custom-resources.readme ``` +--------------------------------------------------------------------------+ | Since cdk-integ depends on cdk which depends on @aws-cdk/core (as a "dev | | dependency"), this integration test has been added to the package | | @aws-cdk/aws-cloudformation under `test/integ.core-custom-resources.ts` | +--------------------------------------------------------------------------+ ``` Depends on #13275 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information