mirror of
https://github.com/denoland/deno.git
synced 2025-09-22 02:12:33 +00:00
std/http: allow response body to be string (#3705)
This commit is contained in:
parent
5fa056e53b
commit
fc077cd315
4 changed files with 53 additions and 10 deletions
|
@ -233,6 +233,8 @@ test(async function emptyDirPermission(): Promise<void> {
|
|||
await Deno.remove(testfolder, { recursive: true });
|
||||
throw err;
|
||||
}
|
||||
|
||||
// Make the test rerunnable
|
||||
// Otherwise would throw error due to mkdir fail.
|
||||
await Deno.remove(testfolder, { recursive: true });
|
||||
// done
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue