UNPKG

@storm-software/testing-tools

Version:

A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.

4 lines (3 loc) 128 B
// src/jest/setup.ts import { TextDecoder, TextEncoder } from "node:util"; Object.assign(global, { TextDecoder, TextEncoder });