diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-10 08:39:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 22:39:56 +0000 |
commit | a445ebd74fc4bb2a949828e155fcfe1d39d9f617 (patch) | |
tree | 0b97113f3d57a1f58aba1a2357061719d5ae2156 /tests/integration/js_unit_tests.rs | |
parent | 064a73f7a08eb12d99fcdf8844e9ce5db62be78b (diff) |
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
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 0246802b5..be2af84a8 100644 --- a/tests/integration/js_unit_tests.rs +++ b/tests/integration/js_unit_tests.rs @@ -84,7 +84,6 @@ util::unit_test_factory!( structured_clone_test, symbol_test, symlink_test, - sync_test, test_util, testing_test, text_encoding_test, |