Node.js 18.x introduced support for Blob
as a global, which is causing the tests to fail. There seems to be a bug in the JSZip that wasn't previously caught, and I suspect it has to do with the fact that there is no input type for Blob
. This seems to indicate it was never fully supported, but I'll have to dive deeper to be sure.