CRAP | Complexity | Coverage | Location |
---|---|---|---|
2.00 | 1 | 0/2 (0.00%) | test-reporter/logger.ts (L12 - L15) |
public override error(message: string, ...otherParams: unknown[]) {
super.error(message, ...otherParams);
this.lastError = message;
}