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