mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
fixed error
This commit is contained in:
parent
d3e4150c88
commit
e41fbf09f7
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ Deno.test("[node/fs filehandle.writeFile] Write to file", async function () {
|
|||
|
||||
const str = "hello world";
|
||||
await fileHandle.writeFile(str);
|
||||
await fileHandle.sync();
|
||||
|
||||
const data = Deno.readFileSync(tempFile);
|
||||
await Deno.remove(tempFile);
|
||||
|
|
Loading…
Add table
Reference in a new issue