From 63befe9377fcf688415633df76184fac5fe4ef73 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 25 Apr 2023 11:21:26 +0900 Subject: fix(ext/node): fix hash.flush (#18818) --- cli/tests/node_compat/config.jsonc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/node_compat/config.jsonc') diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index fd7703d6b..81463bcaf 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -48,6 +48,7 @@ "test-crypto-hkdf.js", "test-crypto-hmac.js", "test-crypto-prime.js", + "test-crypto-stream.js", "test-crypto-x509.js", "test-dgram-custom-lookup.js", "test-dgram-ipv6only.js", @@ -242,6 +243,7 @@ "test-crypto-hmac.js", "test-crypto-prime.js", "test-crypto-secret-keygen.js", + "test-crypto-stream.js", "test-crypto-update-encoding.js", "test-crypto-x509.js", "test-dgram-close-during-bind.js", -- cgit v1.2.3