summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/config.jsonc
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-04-25 11:21:26 +0900
committerGitHub <noreply@github.com>2023-04-25 11:21:26 +0900
commit63befe9377fcf688415633df76184fac5fe4ef73 (patch)
tree7ff474a80360c84e02224136ac349bf12734bb3f /cli/tests/node_compat/config.jsonc
parent5b4a9b48aeabded174cc161bfdafb6529cffbca1 (diff)
fix(ext/node): fix hash.flush (#18818)
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
-rw-r--r--cli/tests/node_compat/config.jsonc2
1 files changed, 2 insertions, 0 deletions
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",