jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.21k stars 505 forks source link

yarn test Refference Error #1066

Open ochikov opened 2 years ago

ochikov commented 2 years ago

Running yarn test I am getting Refference Error:

    ReferenceError: TextDecoder is not defined

TextDecoder is used in ipfs-http-client. When using the lib, it is working fine. Only the test suites are not working.

Screenshot 2021-07-29 at 10 55 28
Holymir commented 2 years ago

Same issue here.