diff options
| author | Hirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com> | 2023-09-30 09:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 10:14:48 +0200 |
| commit | 9017e789df59aa8fba400f3ad8ae3b8b8290b4a8 (patch) | |
| tree | 2da9542509155dc6a06318fbb5f9ae744c6ecdd8 /cli/tests/node_compat/config.jsonc | |
| parent | 7bcf1211a1494c188c9de83670d328c0492de98a (diff) | |
test(node_compat): add `test-http-url.parse*` (#20458)
Add `test-http-url.parse*` tests for Node compat.
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 9 |
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", |
