()
| 64 | * Useful for testing. |
| 65 | */ |
| 66 | export function resetOutputConfig(): void { |
| 67 | currentConfig = { ...defaultConfig } |
| 68 | cliChalk = new Chalk() |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Check if colors should be disabled based on environment. |
no outgoing calls
no test coverage detected