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 @@ -93,7 +93,6 @@ export class CptsApiAppStack extends Stack {
9393- Write unit tests for CDK stacks and constructs using synthesis-based assertions.
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.
96- - Use smoke tests for ` bin/ ` entrypoints only to verify the app can be synthesized from its CLI wiring and environment configuration.
9796- Avoid mocking AWS resources or writing tests that attempt to exercise live AWS behaviour.
9897- CDK constructs suitable for reuse should be placed in ` eps-cdk-utils ` repo.
9998- Smaller CDK constructs may be included here and should have tests associated.
You can’t perform that action at this time.
0 commit comments