mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
Fixes #10200 (again) This reverts commit9c7c9a35c1
anda8057e3e06
.
This commit is contained in:
parent
07887b120c
commit
b6203cb465
4 changed files with 26 additions and 50 deletions
|
@ -18,12 +18,6 @@ unitTest({ perms: { net: true } }, function netTcpListenClose(): void {
|
|||
listener.close();
|
||||
});
|
||||
|
||||
unitTest({ perms: { net: true } }, function netListenPortType(): void {
|
||||
const listener = Deno.listen({ port: 0, transport: "tcp" });
|
||||
listener.addr.port;
|
||||
listener.close();
|
||||
});
|
||||
|
||||
unitTest(
|
||||
{
|
||||
perms: { net: true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue