Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ uninstallMocks
Function
uninstallMocks
host/tests/host.test.js:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
};
79
const
uninstallMocks =
async
() => {
80
for
(
const
{ url, handler } of httpMocks.splice(0))
await
page.unroute(url, handler);
81
};
82
83
const
failures = [];
84
try {
Callers
1
runCapability
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected