Dan Alekseev
Results
1
comments of
Dan Alekseev
FYI you can install [jsdom-global](https://www.npmjs.com/package/jsdom-global) package, then define globals: ``` global.SVGElement = class SVGElement { }; global.requestAnimationFrame = cb => setTimeout(_ => cb(Date.now()), 10); ``` And set suspendWhenDocumentHidden to false...