mockedRaf = function()

in src/helper/timeline.ts [78:80]


mockedRaf = function (cb) {
    rafCbs.push(cb);
};