mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -34,7 +34,7 @@ unitTest(
|
|||
assert(/^[A-Z]/.test(targetPath));
|
||||
}
|
||||
assert(targetPath.endsWith("/target"));
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
unitTest({ perms: { read: false } }, function realPathSyncPerm(): void {
|
||||
|
@ -79,7 +79,7 @@ unitTest(
|
|||
assert(/^[A-Z]/.test(targetPath));
|
||||
}
|
||||
assert(targetPath.endsWith("/target"));
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
unitTest({ perms: { read: false } }, async function realPathPerm(): Promise<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue