diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 18:39:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 18:39:37 +1000 |
commit | 9bf10aa1e08ba071092b11fd60670e4a0fcb5491 (patch) | |
tree | cee83a9dd158624732911d088b864730a538ea00 /tests/integration/js_unit_tests.rs | |
parent | 1f51b5310f85ad28f2d00ce223c59ff0be9619d0 (diff) |
chore(fs): remove `Deno.flock[Sync]()` (#25350)
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 9c4ac0e52..9f1ee7394 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -38,7 +38,6 @@ util::unit_test_factory!( file_test, filereader_test, files_test, - flock_test, fs_events_test, get_random_values_test, globals_test, |