From 03d8e474d7c2a2f28c266a1c6d2199f6f16f5afe Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 3 Sep 2024 20:46:13 +1000 Subject: BREAKING(io): remove `Deno.copy()` (#25345) Towards #22079 --------- Signed-off-by: Asher Gomez --- tests/integration/js_unit_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/integration/js_unit_tests.rs') 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, -- cgit v1.2.3