79678214

Date: 2025-06-24 21:04:30
Score: 0.5
Natty:
Report link

add this to your jest-setup.js

import { TextEncoder, TextDecoder } from 'util';
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;

From https://github.com/inrupt/solid-client-authn-js/issues/1676

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: john k