support for fake clock (`new Date()`, `Date.now()`...) in vitest timers · Issue #506 · vitest-dev/vitest
Clear and concise description of the problem Jest support for timers has builtin support for clocks: when using jest.useFakeTimers(), a fake clock is instantiated. Then calls to jest.advanceTimersB...