(tickConfig: {placeholderForLossesAndMetrics: string})
| 27 | constructor(readonly specs: string, readonly config?: {}) {} |
| 28 | |
| 29 | tick(tickConfig: {placeholderForLossesAndMetrics: string}) { |
| 30 | this.tickConfigs.push(tickConfig); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | let originalStderrColumns: number; |
no test coverage detected