We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4a934 commit 3ca9869Copy full SHA for 3ca9869
1 file changed
.github/instructions/languages/cdk.instructions.md
@@ -96,7 +96,6 @@ export class CptsApiAppStack extends Stack {
96
- Keep assertions light-touch and stable, such as resource counts and a small number of important properties.
97
- Avoid mocking AWS resources or writing tests that attempt to exercise live AWS behaviour.
98
- CDK constructs suitable for reuse should be placed in `eps-cdk-utils` repo.
99
-- Smaller CDK constructs may be included here and should have associated tests.
100
- Do not test AWS implementation details owned by the CDK library. Test the resources and properties your code is responsible for declaring.
101
102
### Recommended Test Styles
0 commit comments