code-server/scripts/test-setup.js

4 lines
64 B
JavaScript
Raw Normal View History

2019-01-07 18:46:19 -06:00
global.requestAnimationFrame = (cb) => {
setTimeout(cb, 0);
};