Skip to content

Commit e23fbe9

Browse files
committed
docs: tweak
1 parent e040551 commit e23fbe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ export class CptsApiAppStack extends Stack {
9494
- Prefer in-process tests that instantiate CDK `App` and `Stack` objects directly and assert on synthesized templates.
9595
- Keep assertions light-touch and stable, such as resource counts and a small number of important properties.
9696
- Avoid mocking AWS resources or writing tests that attempt to exercise live AWS behaviour.
97-
- CDK constructs suitable for reuse should be placed in `eps-cdk-utils` repo.
98-
- Smaller CDK constructs may be included here and should have tests associated.
97+
- CDK constructs suitable for reuse should be placed in `eps-cdk-utils` repo.
98+
- Smaller CDK constructs may be included here and should have associated tests.
9999
- Do not test AWS implementation details owned by the CDK library. Test the resources and properties your code is responsible for declaring.
100100

101101
### Recommended Test Styles

0 commit comments

Comments
 (0)