// Parchear IndexedDB antes de que Dexie intente abrirla import 'fake-indexeddb/auto' import '@testing-library/jest-dom' // jsdom no implementa scrollIntoView — mock para que no rompa tests de tabla if (typeof HTMLElement !== 'undefined') { HTMLElement.prototype.scrollIntoView = () => {} }