When using jsdom
callbacks scheduled with requestAnimationFrame
are never called if legacy faker timers are used.
jsdom
implement requestAnimationFrame
with setInterval(callback, 16.6)
- clone repo
yarn
yarn jest
Callbacks scheduled with requestAnimationFrame
are called when timers are advanced.
jest.advanceTimersByTime(17)
has no effect with legacy timers.