MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / installMockTimers

Function installMockTimers

common/src/testing/mocks/timers.ts:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127/** @deprecated Use Bun's built-in mock.setSystemTime() instead. */
128export function installMockTimers(): MockTimers {
129 const timers = createMockTimers()
130 timers.install()
131 return timers
132}

Callers

nothing calls this directly

Calls 1

createMockTimersFunction · 0.85

Tested by

no test coverage detected