File size: 191 Bytes
8452e13
b643e20
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import '@testing-library/jest-dom'

if (!('scrollTo' in HTMLElement.prototype)) {
  Object.defineProperty(HTMLElement.prototype, 'scrollTo', {
    value: () => {},
    writable: true,
  })
}