From 559a61b879366c01fbbc078c03743cd836189ae7 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 18 Apr 2023 00:36:49 +0900 Subject: chore: update node compat config (#18736) --- cli/tests/node_compat/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cli/tests/node_compat/config.json') diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json index 5ee86a03c..60d5beb34 100644 --- a/cli/tests/node_compat/config.json +++ b/cli/tests/node_compat/config.json @@ -43,7 +43,10 @@ "test-child-process-stdout-flush-exit.js", "test-child-process-stdout-flush.js", "test-console-instance.js", + "test-crypto-hkdf.js", "test-crypto-hmac.js", + "test-crypto-prime.js", + "test-crypto-x509.js", "test-dgram-custom-lookup.js", "test-dgram-ipv6only.js", "test-dgram-send-cb-quelches-error.js", @@ -131,7 +134,8 @@ ], "fixtures/keys": [ "agent1-cert.pem", - "agent1-key.pem" + "agent1-key.pem", + "ca1-cert.pem" ], "internet": [ "test-dns-any.js", -- cgit v1.2.3