| 19 | */ |
| 20 | @Injectable() |
| 21 | export class ConsoleReporter extends Reporter { |
| 22 | static PRINT = new InjectionToken('ConsoleReporter.print'); |
| 23 | static PROVIDERS = [ |
| 24 | {provide: ConsoleReporter, deps: [COLUMN_WIDTH, SampleDescription, ConsoleReporter.PRINT]}, |
nothing calls this directly
no outgoing calls
no test coverage detected