| 760 | } |
| 761 | |
| 762 | interface ValidationError { |
| 763 | readonly source: IConstruct; |
| 764 | readonly message: string; |
| 765 | } |
| 766 | |
| 767 | describe('with() mixin support', () => { |
| 768 | test('returns the construct for chaining', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected