diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-12 10:46:48 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 10:46:48 +1000 |
| commit | 8476bbff9af28408bc6a9b0a7b2303cb3803422e (patch) | |
| tree | 7d06c3fb248c39b5924686213275b57df8d01fc7 /tests/integration/js_unit_tests.rs | |
| parent | 3a3837545ce6f585f718069cc05d96f765a05d3f (diff) | |
feat: stabilize `Deno.createHttpClient()` (#25569)
Closes #25518
Diffstat (limited to 'tests/integration/js_unit_tests.rs')
| -rw-r--r-- | tests/integration/js_unit_tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration/js_unit_tests.rs b/tests/integration/js_unit_tests.rs index be2af84a8..5efb0f268 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -122,9 +122,8 @@ fn js_unit_test(test: String) { .arg("--no-lock") // TODO(bartlomieju): would be better if we could apply this unstable // flag to particular files, but there's many of them that rely on unstable - // net APIs (`reusePort` in `listen` and `listenTls`; `listenDatagram`, `createHttpClient`) + // net APIs (`reusePort` in `listen` and `listenTls`; `listenDatagram`) .arg("--unstable-net") - .arg("--unstable-http") .arg("--location=http://127.0.0.1:4545/") .arg("--no-prompt"); |
