node:zlib: move deflate and gzip into native code (#11770)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
Meghan Denny
2024-09-06 18:49:19 -07:00
committed by GitHub
parent 1458fcca4a
commit 8cd515f533
43 changed files with 3975 additions and 4806 deletions

View File

@@ -233,6 +233,8 @@ async function runTests() {
reportOutputToGitHubAction("failing_tests", markdown);
}
if (!isCI) console.log("-------");
if (!isCI) console.log("passing", results.length - failedTests.length, "/", results.length);
return results;
}