mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
readDir entry mode (#1326)
This commit is contained in:
parent
a8c3b44804
commit
585de35b1d
2 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ function assertSameContent(files: FileInfo[]) {
|
|||
|
||||
if (file.name === "002_hello.ts") {
|
||||
assertEqual(file.path, `tests/${file.name}`);
|
||||
assertEqual(file.mode!, deno.statSync(`tests/${file.name}`).mode!);
|
||||
counter++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue