diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 20:46:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 10:46:13 +0000 |
commit | 03d8e474d7c2a2f28c266a1c6d2199f6f16f5afe (patch) | |
tree | 42a191cb017526f01b24060e94a9d295a3f292f1 /tests/integration/js_unit_tests.rs | |
parent | 241fa7bc97c678a8021a136cf9abc142cb0e21a8 (diff) |
BREAKING(io): remove `Deno.copy()` (#25345)
Towards #22079
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/integration/js_unit_tests.rs')
-rw-r--r-- | tests/integration/js_unit_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/js_unit_tests.rs b/tests/integration/js_unit_tests.rs index 9f1ee7394..0baa114b4 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -47,7 +47,6 @@ util::unit_test_factory!( image_data_test, internals_test, intl_test, - io_test, jupyter_test, kv_test, kv_queue_test_no_db_close, |