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

Function uninstallShellMock

packages/bumpy/test/helpers-shell-mock.ts:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80/** Uninstall the interceptor entirely */
81export function uninstallShellMock() {
82 _setInterceptor(null);
83 calls = [];
84 rules = [];
85}
86
87/** Add a custom mock rule (higher priority than defaults) */
88export function addMockRule(rule: MockRule) {

Calls 1

_setInterceptorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…