From ae6e677fe818b99033ddc73eb0b9b1ab8f3b35c2 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Thu, 11 Jul 2024 09:23:23 +0200 Subject: [PATCH] chore: add stub test file --- tests/unit_node/_fs/_fs_dirent_test.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit_node/_fs/_fs_dirent_test.ts diff --git a/tests/unit_node/_fs/_fs_dirent_test.ts b/tests/unit_node/_fs/_fs_dirent_test.ts new file mode 100644 index 0000000000..b100b1606f --- /dev/null +++ b/tests/unit_node/_fs/_fs_dirent_test.ts @@ -0,0 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// Empty file to make check_test_glob happy. The Dirent API +// should not be consumed directly, but rather as a result of +// fs.readdir and fs.readdirSync