diff options
author | Luca Casonato <hello@lcas.dev> | 2024-01-26 16:06:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 15:06:27 +0000 |
commit | 98c537726e7a2bf8e9b4d339b853e8fdfba3f658 (patch) | |
tree | c0d64f5a439f80073efe2195585aa8a32db85a59 /cli/js/40_test.js | |
parent | 9a5b4b0395c5a271a2897afc1a9a167e195c3bd8 (diff) |
fix(testing): add op_spawn_wait mapping in resource sanitizer (#22129)
Diffstat (limited to 'cli/js/40_test.js')
-rw-r--r-- | cli/js/40_test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/40_test.js b/cli/js/40_test.js index 750cbe7db..b6f966f20 100644 --- a/cli/js/40_test.js +++ b/cli/js/40_test.js @@ -206,6 +206,7 @@ const OP_DETAILS = { "op_ws_send_binary_ab": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_ping": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_pong": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], + "op_spawn_wait": ["wait for a subprocess to exit", "awaiting the result of a `Deno.Process#status` call"], }; let opIdHostRecvMessage = -1; |