scrollIntoView is not implemented in jsdom. Here’s the issue: link.
You might get it working by manually adding it:
window.HTMLElement.prototype.scrollIntoView = function() {};
scrollIntoView is not implemented in jsdom. Here’s the issue: link.
You might get it working by manually adding it:
window.HTMLElement.prototype.scrollIntoView = function() {};