mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
tests: re-enable disabled Response.formData test (#11453)
This commit is contained in:
parent
7d69f06db8
commit
55632266e9
3 changed files with 22 additions and 25 deletions
|
@ -275,7 +275,7 @@ unitTest(
|
|||
await response.formData();
|
||||
},
|
||||
TypeError,
|
||||
"Invalid form data",
|
||||
"Body can not be decoded as form data",
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue