diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 18:33:26 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 18:33:26 +1000 |
commit | 259752537f5c81101c47a547ae345f0863235cf6 (patch) | |
tree | 2dfae7a86a8a6260fdcad7f33eeac0b78dae0128 /tests/integration/js_unit_tests.rs | |
parent | e49d80e500c384b381c375900060e5a476581541 (diff) |
BREAKING: remove `Deno.close()` (#25347)
Towards #22079
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 cbae4a0b8..9c4ac0e52 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -78,7 +78,6 @@ util::unit_test_factory!( remove_test, rename_test, request_test, - resources_test, response_test, serve_test, signal_test, |