Deno.run(...) in test #11606
-
I have a deno test which executes version. Pretty simple. And deno even detects that this is leaking resources!!!
deno.test.ts
Output: vs
Before: { Should awaiting on output() be required to clean up resources? How do I await on p.error()? error isn't a function |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
await p.stderrOutput() |
Beta Was this translation helpful? Give feedback.
await p.stderrOutput()