| 1 | import { describe, it, expect, beforeEach } from 'bun:test'; |
| 2 | import { isInteractive, isCI } from '../../src/utils/env'; |
| 3 | |
| 4 | function withTTY(stdout: boolean, stdin: boolean, fn: () => void): void { |
nothing calls this directly
no test coverage detected