MetaRec / MetaRec-ui /src /test /setup.ts
Hanny658's picture
test: render test for chat page
b643e20
Raw
History Blame Contribute Delete
191 Bytes
import '@testing-library/jest-dom'
if (!('scrollTo' in HTMLElement.prototype)) {
Object.defineProperty(HTMLElement.prototype, 'scrollTo', {
value: () => {},
writable: true,
})
}