File tree Expand file tree Collapse file tree
.github/instructions/languages Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments