mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: add stub test file
This commit is contained in:
parent
0337a7efbf
commit
ae6e677fe8
5
tests/unit_node/_fs/_fs_dirent_test.ts
Normal file
5
tests/unit_node/_fs/_fs_dirent_test.ts
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user