(opts: { interceptGh?: boolean } = {})
| 74 | |
| 75 | /** Reset mock state (calls + rules) and re-install with fresh defaults */ |
| 76 | export function resetMockState(opts: { interceptGh?: boolean } = {}) { |
| 77 | installShellMock(opts); |
| 78 | } |
| 79 | |
| 80 | /** Uninstall the interceptor entirely */ |
| 81 | export function uninstallShellMock() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…