I have some testcases which use the node:zlibnode:zlib polyfill and I'm having a bit of trouble getting the tests to pass. Here's a very basic example:
error: Leaking resources:
- A "zlib" resource (rid 3) was created during the test, but not cleaned up during the test. Close the resource before the end of the test.
error: Leaking resources:
- A "zlib" resource (rid 3) was created during the test, but not cleaned up during the test. Close the resource before the end of the test.
Am I missing something, or is this an issue with the node:zlibnode:zlib polyfill?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.