()
| 119 | } |
| 120 | |
| 121 | function resolveScriptBinary(): string | null { |
| 122 | const scriptPath = Bun.which('script') |
| 123 | return scriptPath ?? null |
| 124 | } |
| 125 | |
| 126 | export function isPtyAvailableForTests(): boolean { |
| 127 | const scriptPath = resolveScriptBinary() |
no outgoing calls
no test coverage detected