UNPKG

refunjs

Version:

Modern React-based framework for building scalable web applications with enhanced developer experience

7 lines (5 loc) 192 B
import "@testing-library/jest-dom"; import { TextEncoder, TextDecoder } from "util"; if (typeof global.TextEncoder === "undefined") { Object.assign(global, { TextEncoder, TextDecoder }); }