MCPcopy
hub / github.com/CodebuffAI/codebuff / clearMockedModules

Function clearMockedModules

common/src/testing/mock-modules.ts:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50export const clearMockedModules = () => {
51 Object.values(mockModuleCache).forEach((mockResult) => mockResult.clear())
52 mockModuleCache = {}
53}

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected