From d8f3123c365d17bfb0f73431160dcb1a2af19c32 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 6 Sep 2024 18:28:05 +1000 Subject: BREAKING(buffer): remove `Deno.Buffer` (#25441) Towards #22079 --------- Signed-off-by: Asher Gomez --- tests/integration/js_unit_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/js_unit_tests.rs b/tests/integration/js_unit_tests.rs index b6a204157..0246802b5 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -15,7 +15,6 @@ util::unit_test_factory!( blob_test, body_test, broadcast_channel_test, - buffer_test, build_test, cache_api_test, chmod_test, -- cgit v1.2.3