Danny Yu

Results 2 comments of Danny Yu

I've tried ``` import { TextDecoder, TextEncoder } from 'util' global.TextEncoder = TextEncoder global.TextDecoder = TextDecoder ``` in my jest setup but I just get this error: ``` TypeError: TextEncoder...