dfklfg/packages/system/tests/setupTests.ts

4 lines
103 B
TypeScript
Raw Normal View History

2023-06-08 10:45:23 +00:00
import { TextEncoder, TextDecoder } from "util";
Object.assign(global, { TextDecoder, TextEncoder });