MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / resetMockState

Function resetMockState

packages/bumpy/test/helpers-shell-mock.ts:76–78  ·  view source on GitHub ↗
(opts: { interceptGh?: boolean } = {})

Source from the content-addressed store, hash-verified

74
75/** Reset mock state (calls + rules) and re-install with fresh defaults */
76export function resetMockState(opts: { interceptGh?: boolean } = {}) {
77 installShellMock(opts);
78}
79
80/** Uninstall the interceptor entirely */
81export function uninstallShellMock() {

Callers

nothing calls this directly

Calls 1

installShellMockFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…