diff options
author | ud2 <sjx233@qq.com> | 2024-03-25 22:31:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 07:31:13 -0700 |
commit | 5c1fa0cf9cbe4301082b6cad343d42ef4c414c0d (patch) | |
tree | fb0b360146bf9bc59c7987e965dec3c7ee177f6a /tests/integration/js_unit_tests.rs | |
parent | bf9c57aeac7c9d03a382cc7bfb54cc41ddaf1f27 (diff) |
fix(ext/fetch): do not truncate field value in `EventSource` (#22368)
Depends on #22493. Closes #22367.
Diffstat (limited to 'tests/integration/js_unit_tests.rs')
-rw-r--r-- | tests/integration/js_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/js_unit_tests.rs b/tests/integration/js_unit_tests.rs index d96af78d8..2bf78034e 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -30,6 +30,7 @@ util::unit_test_factory!( error_stack_test, error_test, esnext_test, + event_source_test, event_target_test, event_test, fetch_test, |