| 715 | } |
| 716 | |
| 717 | interface ValidationError { |
| 718 | readonly source: IConstruct; |
| 719 | readonly message: string; |
| 720 | } |
| 721 | |
| 722 | describe('with() mixin support', () => { |
| 723 | test('returns the construct for chaining', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected