mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
add assertResources sanitizer to cli/js/ unit tests (#4161)
This commit is contained in:
parent
199fb195f3
commit
f55b22e195
11 changed files with 95 additions and 36 deletions
|
@ -112,6 +112,8 @@ testPerm({ net: true }, async function netUdpSendReceive(): Promise<void> {
|
|||
assertEquals(1, recvd[0]);
|
||||
assertEquals(2, recvd[1]);
|
||||
assertEquals(3, recvd[2]);
|
||||
alice.close();
|
||||
bob.close();
|
||||
});
|
||||
|
||||
testPerm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue