From 4a18c761351dccb146973793cf22e6efffff18bf Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 24 Jun 2023 16:12:08 +0200 Subject: fix(ext/node): support brotli APIs (#19223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration/node_unit_tests.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index e86135d02..e6e4d5783 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -74,7 +74,8 @@ util::unit_test_factory!( tty_test, util_test, v8_test, - worker_threads_test + worker_threads_test, + zlib_test ] ); -- cgit v1.2.3