()
| 52 | } |
| 53 | |
| 54 | public hasError(): boolean { |
| 55 | return Object.keys(this.problems).length !== 0; |
| 56 | } |
| 57 | public toString(): string { |
| 58 | stepSummary?.addHeading(`${this.type} Checks`, 2); |
| 59 | if (!this.hasError()) { |
no outgoing calls
no test coverage detected