summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-08-06 00:13:02 -0700
committerGitHub <noreply@github.com>2024-08-06 00:13:02 -0700
commitba40347a35d10cffeae83ee95f69f7bc281096dd (patch)
tree0e981a32601937293967815292d5bf617914163a /tests/integration
parentf0cd2c45fcd4dfb841cee9d36bdda3be25c1a2a5 (diff)
feat(fetch): accept async iterables for body (#24623)
Implements https://github.com/whatwg/webidl/pull/1397 Fixes #21454 Closes #24849
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/node_unit_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs
index 4f0b61378..e87f1cd2f 100644
--- a/tests/integration/node_unit_tests.rs
+++ b/tests/integration/node_unit_tests.rs
@@ -71,6 +71,7 @@ util::unit_test_factory!(
dgram_test,
domain_test,
fs_test,
+ fetch_test,
http_test,
http2_test,
_randomBytes_test = internal / _randomBytes_test,