5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
import '@testing-library/jest-dom'
|
|
|
|
// Mock scrollIntoView for JSDOM
|
|
window.HTMLElement.prototype.scrollIntoView = jest.fn();
|