(
bin: string,
args: string[],
opts?: { timeout?: number; cwd?: string }
)
| 174 | |
| 175 | export interface ExecContext { |
| 176 | run( |
| 177 | bin: string, |
| 178 | args: string[], |
| 179 | opts?: { timeout?: number; cwd?: string } |
no outgoing calls
no test coverage detected