deno fmt
This commit is contained in:
@@ -7,7 +7,9 @@ import { urlToPathname } from "../util.ts";
|
||||
const fakeCtx = {} as any;
|
||||
|
||||
Deno.test("Test FS operations", async () => {
|
||||
const thisFolder = path.resolve(path.dirname(urlToPathname(new URL(import.meta.url))));
|
||||
const thisFolder = path.resolve(
|
||||
path.dirname(urlToPathname(new URL(import.meta.url))),
|
||||
);
|
||||
const syscalls = fileSystemSyscalls(thisFolder);
|
||||
const allFiles: FileMeta[] = await syscalls["fs.listFiles"](
|
||||
fakeCtx,
|
||||
|
||||
Reference in New Issue
Block a user