diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-06 18:28:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 18:28:05 +1000 |
commit | d8f3123c365d17bfb0f73431160dcb1a2af19c32 (patch) | |
tree | 5c42703ee742a71506eff63e5edab9794f34ee11 /tests/integration/js_unit_tests.rs | |
parent | 7937ae3f2f5a8c11f52c42676ba56d12fcb59aeb (diff) |
BREAKING(buffer): remove `Deno.Buffer` (#25441)
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 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, |