UNPKG

@mendix/pluggable-widgets-tools

Version:
12 lines (10 loc) 236 B
require("@testing-library/jest-dom"); const { TextEncoder, TextDecoder } = require("util"); Object.defineProperties(global, { TextEncoder: { value: TextEncoder }, TextDecoder: { value: TextDecoder } });