| 1 | import { EventEmitter } from 'node:stream'; |
| 2 | import { styleText } from 'node:util'; |
| 3 | import { getColumns, updateSettings } from '@clack/core'; |
| 4 | import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected