summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/config.json
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-04-18 21:04:51 +0900
committerGitHub <noreply@github.com>2023-04-18 21:04:51 +0900
commit5f44396a9e144383045063102e4b83277db480fa (patch)
treedea5f98fcc022d77146e50097139490dcaf5881e /cli/tests/node_compat/config.json
parentb0b0594767cf52c8d557f57d2c7632b446262f54 (diff)
fix(ext/node): implement crypto.createVerify (#18703)
Diffstat (limited to 'cli/tests/node_compat/config.json')
-rw-r--r--cli/tests/node_compat/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json
index e77f00876..59670057a 100644
--- a/cli/tests/node_compat/config.json
+++ b/cli/tests/node_compat/config.json
@@ -236,6 +236,7 @@
"test-crypto-hmac.js",
"test-crypto-prime.js",
"test-crypto-secret-keygen.js",
+ "test-crypto-update-encoding.js",
"test-crypto-x509.js",
"test-dgram-close-during-bind.js",
"test-dgram-close-signal.js",