| 15 | import { _setInterceptor } from '../src/utils/shell.ts'; |
| 16 | |
| 17 | export interface CommandCall { |
| 18 | command: string; |
| 19 | args: string[]; |
| 20 | opts?: { cwd?: string; input?: string }; |
| 21 | } |
| 22 | |
| 23 | export interface MockRule { |
| 24 | /** Pattern to match against the joined command args (string match or regex) */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…