Files
chess-project/jest.setup.ts
T
Stefan a4a42488bb i18n
2025-11-23 13:36:10 +01:00

5 lines
126 B
TypeScript

import '@testing-library/jest-dom'
// Mock scrollIntoView for JSDOM
window.HTMLElement.prototype.scrollIntoView = jest.fn();