diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-04-18 00:36:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 00:36:49 +0900 |
| commit | 559a61b879366c01fbbc078c03743cd836189ae7 (patch) | |
| tree | a87d42f63c26eb7c91f2f4ef3edbec98aeb38c82 /cli/tests/node_compat/config.json | |
| parent | bcbdaac7e6399870b5b6fcdf765013c1682fe80c (diff) | |
chore: update node compat config (#18736)
Diffstat (limited to 'cli/tests/node_compat/config.json')
| -rw-r--r-- | cli/tests/node_compat/config.json | 6 |
1 files changed, 5 insertions, 1 deletions
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", |
