import '@testing-library/jest-dom'; import { TextEncoder, TextDecoder } from 'util'; // Polyfill for TextEncoder/TextDecoder global.TextEncoder = TextEncoder; global.TextDecoder = TextDecoder as typeof global.TextDecoder;