import '@testing-library/jest-dom' import 'fake-indexeddb/auto' // Polyfill for structuredClone (required by fake-indexeddb) if (typeof global.structuredClone === 'undefined') { global.structuredClone = (obj) => JSON.parse(JSON.stringify(obj)) }