Files
github-stats-extended/tests/setup.jest.js
T
2025-06-21 13:17:53 +00:00

6 lines
151 B
JavaScript

//https://stackoverflow.com/a/68468204/1643179
import { TextEncoder, TextDecoder } from "util";
Object.assign(global, { TextDecoder, TextEncoder });