| 1653 | |
| 1654 | describe('should include extra models', () => { |
| 1655 | class ExtraModel { |
| 1656 | @ApiProperty() |
| 1657 | p1: string; |
| 1658 | } |
| 1659 | |
| 1660 | class ExtraModel2 { |
| 1661 | @ApiProperty() |
nothing calls this directly
no test coverage detected
searching dependent graphs…