(file: string)
| 130 | } |
| 131 | |
| 132 | function apiOptions(file: string) { |
| 133 | return { |
| 134 | files: [file], |
| 135 | sourceRoot, |
| 136 | sourceRepository: 'https://example.test/repository.git', |
| 137 | sourceSha: 'abc123', |
| 138 | }; |
| 139 | } |
| 140 | }); |
| 141 | |
| 142 | function assertEquivalentReports(left: unknown, right: unknown): void { |