Files
box-box/frontend/src/test/setup.ts

7 lines
120 B
TypeScript
Raw Normal View History

2026-05-25 01:10:44 -04:00
import '@testing-library/jest-dom'
2026-05-25 12:35:08 -04:00
Object.defineProperty(window, 'scrollTo', {
value: () => {},
writable: true,
})