diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-17 07:57:53 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 07:57:53 +1000 |
commit | 51d926ac30413a6747505b3f248f43a563470545 (patch) | |
tree | d44723e47ccfe8a6a386f910079aca88f1bb3cf9 /tests/unit | |
parent | 8fe90d286160d6cc585e18b1a2f4e29bd1523852 (diff) |
chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/fs_events_test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/fs_events_test.ts b/tests/unit/fs_events_test.ts index 148688215..cc2f2cd57 100644 --- a/tests/unit/fs_events_test.ts +++ b/tests/unit/fs_events_test.ts @@ -90,8 +90,6 @@ Deno.test( }, ); -// TODO(kt3k): This test is for the backward compatibility of `.return` method. -// This should be removed at 2.0 Deno.test( { permissions: { read: true, write: true } }, async function watchFsReturn() { |