diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-06-15 15:25:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 10:25:25 -0400 |
commit | 0b90e966c5e22b95c283a10407234cad37b8f19b (patch) | |
tree | 4c6c5ae047a7489068f816f79f549ca163ba79ae /runtime/js | |
parent | b2109a12aa84b5006616a3e82cb26acf53c23e81 (diff) |
chore(cli/cache): Remove CacheType::Declaration (#14873)
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/40_testing.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js index 865482042..3850e411d 100644 --- a/runtime/js/40_testing.js +++ b/runtime/js/40_testing.js @@ -81,7 +81,6 @@ "op_dgram_recv": ["receive a datagram message", "awaiting the result of `Deno.DatagramConn#receive` call, or not breaking out of a for await loop looping over a `Deno.DatagramConn`"], "op_dgram_send": ["send a datagram message", "awaiting the result of `Deno.DatagramConn#send` call"], "op_dns_resolve": ["resolve a DNS name", "awaiting the result of a `Deno.resolveDns` call"], - "op_emit": ["transpile code", "awaiting the result of a `Deno.emit` call"], "op_fdatasync_async": ["flush pending data operations for a file to disk", "awaiting the result of a `Deno.fdatasync` call"], "op_fetch_send": ["send a HTTP request", "awaiting the result of a `fetch` call"], "op_ffi_call_nonblocking": ["do a non blocking ffi call", "awaiting the returned promise"] , |