(message: string)
| 631 | }, |
| 632 | |
| 633 | success(message: string): void { |
| 634 | console.log(chalk.green(" ✓ ") + message); |
| 635 | }, |
| 636 | |
| 637 | error(message: string): void { |
| 638 | console.log(chalk.red(" ✗ ") + message); |
nothing calls this directly
no outgoing calls
no test coverage detected