| 701 | } |
| 702 | |
| 703 | interface ValidationError { |
| 704 | readonly source: IConstruct; |
| 705 | readonly message: string; |
| 706 | } |
| 707 | |
| 708 | describe('with() mixin support', () => { |
| 709 | test('returns the construct for chaining', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…