summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
-rw-r--r--cli/tests/node_compat/config.jsonc9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc
index 576ff7305..d1ad44f41 100644
--- a/cli/tests/node_compat/config.jsonc
+++ b/cli/tests/node_compat/config.jsonc
@@ -72,6 +72,7 @@
"test-fs-rmdir-recursive.js",
"test-fs-write-file.js",
"test-fs-write.js",
+ "test-http-url.parse-https.request.js",
"test-net-better-error-messages-path.js",
"test-net-connect-buffer.js",
"test-net-connect-buffer2.js",
@@ -373,6 +374,14 @@
// "test-http-outgoing-message-inheritance.js",
"test-http-outgoing-renderHeaders.js",
"test-http-outgoing-settimeout.js",
+ "test-http-url.parse-auth-with-header-in-request.js",
+ "test-http-url.parse-auth.js",
+ "test-http-url.parse-basic.js",
+ "test-http-url.parse-https.request.js",
+ "test-http-url.parse-only-support-http-https-protocol.js",
+ "test-http-url.parse-path.js",
+ "test-http-url.parse-post.js",
+ "test-http-url.parse-search.js",
"test-net-access-byteswritten.js",
"test-net-better-error-messages-listen-path.js",
"test-net-better-error-messages-path.js",