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