| 390 | test('node.addValidation() can be implemented to perform validation, node.validate() will return errors', () => { |
| 391 | |
| 392 | class MyConstruct extends Construct { |
| 393 | constructor(scope: Construct, id: string) { |
| 394 | super(scope, id); |
| 395 |
nothing calls this directly
no outgoing calls
no test coverage detected