Skip to content

Commit 3ca9869

Browse files
committed
fix: review comment
1 parent 4c4a934 commit 3ca9869

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/instructions/languages/cdk.instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export class CptsApiAppStack extends Stack {
9696
- Keep assertions light-touch and stable, such as resource counts and a small number of important properties.
9797
- Avoid mocking AWS resources or writing tests that attempt to exercise live AWS behaviour.
9898
- 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.
10099
- Do not test AWS implementation details owned by the CDK library. Test the resources and properties your code is responsible for declaring.
101100

102101
### Recommended Test Styles

0 commit comments

Comments
 (0)